Skip to content

Instantly share code, notes, and snippets.

@doublejosh
Created August 2, 2016 21:07
Show Gist options
  • Select an option

  • Save doublejosh/024f89b0f050642902768fa17bc9df5f to your computer and use it in GitHub Desktop.

Select an option

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