Viewing Object Events in Console June 9th, 2014
You can view an object’s bound events in the console with…
$._data( $('.element')[0], 'events' );
You can view an object’s bound events in the console with…
$._data( $('.element')[0], 'events' );