Skip to content

Instantly share code, notes, and snippets.

@imehr
Created March 24, 2013 09:47
Show Gist options
  • Save imehr/5231238 to your computer and use it in GitHub Desktop.
Save imehr/5231238 to your computer and use it in GitHub Desktop.
javascript: jquery: #not() #delegate #multiple selector
$("#test_form").delegate("input:not([id*='_submit']), select", "blur", function(e) {
// Does something
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment