jQuery - Print out jQuery event handlers for a dom node

jQuery uses data storage on dom nodes internally to keep track of several things.
jQuery stores all the event handlers, toggling information, hide/show state, and various other bits.

So to see all event handlers bound to an certain element you can use:
$("div").data("events")
Reply:
 
 
 
 
rendered @ Thu May 23 1:47:37 CEST 2013