Skip to content

Instantly share code, notes, and snippets.

@doublejosh
Created August 2, 2016 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doublejosh/024f89b0f050642902768fa17bc9df5f to your computer and use it in GitHub Desktop.
Save doublejosh/024f89b0f050642902768fa17bc9df5f to your computer and use it in GitHub Desktop.
Get all bound events
$.each($._data(document, 'events'), function(i, e) {
console.log(i, e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment