Created
June 12, 2014 20:32
-
-
Save philmill/504e63c0c6ffd38833bc to your computer and use it in GitHub Desktop.
jQuery Notes
This file contains 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
// inspect an element for events (jquery <= 1.7) | |
$("SELECTOR").data("events"); | |
// not selector | |
$( "input:not(:checked)" ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment