Skip to content

Instantly share code, notes, and snippets.

@seangaffney
Created December 12, 2011 22:59
Show Gist options
  • Save seangaffney/1469551 to your computer and use it in GitHub Desktop.
Save seangaffney/1469551 to your computer and use it in GitHub Desktop.
Print functions bound to currently selected's click event
jQuery.each($($0).data("events").click, function(key, handlerObj) { console.log(handlerObj.handler) });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment