Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active December 31, 2015 16:29
Show Gist options
  • Save jansanchez/8014349 to your computer and use it in GitHub Desktop.
Save jansanchez/8014349 to your computer and use it in GitHub Desktop.
Get Events of html Element with jQuery

Get Events of html Element with jQuery

Type in your console

var ele = $("#selector")[0]

after...

$._data(ele, 'events')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment