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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -