Skip to content

Instantly share code, notes, and snippets.

@caarlos0
Created November 8, 2012 13:24
Show Gist options
  • Save caarlos0/4038792 to your computer and use it in GitHub Desktop.
Save caarlos0/4038792 to your computer and use it in GitHub Desktop.
list events binded to a element
$.each($('#element').data('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