NYCPHP Meetup

NYPHP.org

[nycphp-talk] Finding event listeners?

John Campbell jcampbell1 at gmail.com
Tue Sep 4 20:35:33 EDT 2007


> I cannot seem to figure out which javascript function I would use to
> determine the event listeners that have been added to an element. Can
> anybody steer me on this? Thanks...

It is not possible to get a listing using the W3C DOM methods.  You
will have to use a custom event manager if you want to be able to get
an array of references of the function objects.



More information about the talk mailing list