Created
July 4, 2009 16:03
-
-
Save ocharles/140611 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $idInput.trigger('select', [ result ]); | |
| // Later | |
| $rec.bind('select', function(e, result) { | |
| // result is undefined? | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment