Skip to content

Instantly share code, notes, and snippets.

@moeproblems
Created January 19, 2011 23:01
Show Gist options
  • Save moeproblems/787074 to your computer and use it in GitHub Desktop.
Save moeproblems/787074 to your computer and use it in GitHub Desktop.
$(selector).live('keyup', function(e) {
}).live('focus', function(e) {
activeElem = $(this);
activeElem.trigger('keyup');
}).live('blur', function(e) {
hideDropDown();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment