Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created July 18, 2013 17:00
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 mojaray2k/6030993 to your computer and use it in GitHub Desktop.
Save mojaray2k/6030993 to your computer and use it in GitHub Desktop.
In your browser if you press F12 a new window called developer tools will open, this allows you to view the entire HTML DOM in more detail, this also has a console feature which will allow you to type in any Javascript to run at this current time on the page. You can use the console to display a list of events currently assigned to an element by…
//get-events.js
$._data( $('.element')[0], 'events' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment