Skip to content

Instantly share code, notes, and snippets.

@ocharles
Created July 4, 2009 17:13
Show Gist options
  • Select an option

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

Select an option

Save ocharles/140635 to your computer and use it in GitHub Desktop.
$artist_id = $('<input type="text">').appendTo(artistCell)
.autocomplete().one('select', function(e, result) {
$artist_id.bind('select', function() { console.log('hmmm') });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment