Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created July 4, 2009 16:03
Show Gist options
  • Select an option

  • Save ocharles/140611 to your computer and use it in GitHub Desktop.

Select an option

Save ocharles/140611 to your computer and use it in GitHub Desktop.
$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