Skip to content

Instantly share code, notes, and snippets.

@ryansukale
Last active December 17, 2015 02:18
Show Gist options
  • Save ryansukale/5534390 to your computer and use it in GitHub Desktop.
Save ryansukale/5534390 to your computer and use it in GitHub Desktop.
//Displays the sourcecode for the currently
//selected element's first click handler
//in Google Chrome
$($0).data('events')['click'][0]['handler'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment