javascript - Accessing an elements event handlers with jQuery -
how can access elements event handler's jquery.
the following link seems indicate access them via $(element).data('events')
accessing functions bound event handlers jquery
but method doesn't seem work anymore.
$(element).data('events')
still works me.
see here in jq 1.5.2: http://jsfiddle.net/jaaulde/f82ky/1/
Comments
Post a Comment