Skip to content

Instantly share code, notes, and snippets.

@pocheptsov
Created August 6, 2013 15:34
Show Gist options
  • Save pocheptsov/6165586 to your computer and use it in GitHub Desktop.
Save pocheptsov/6165586 to your computer and use it in GitHub Desktop.
List all jQuery event bindings on element
//where el - jQuery object
//var el = $(document);
$._data(el[0]).events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment