/ Published in: jQuery
Expand |
Embed | Plain Text
var clickEvents = $('#ELEMENT').data("events").click; jQuery.each(clickEvents, function(key, handlerObj) { console.log(handlerObj.handler) })
You need to login to post a comment.
demods on 02/17/11
2 people have marked this snippet as a favorite
var clickEvents = $('#ELEMENT').data("events").click; jQuery.each(clickEvents, function(key, handlerObj) { console.log(handlerObj.handler) })
You need to login to post a comment.