Is there a way to list all event handlers an html element supports?
Asked
Active
Viewed 514 times
1
-
1See http://stackoverflow.com/questions/446892/how-to-find-event-listeners-on-a-dom-node/447106#447106 – Crescent Fresh Oct 17 '09 at 16:57
-
@crescentfresh - I think that quesiton is different. There, they asked how to find out what is actively observing. I believe Joseph here is asking what *could* an observer be observing. – Matt Oct 17 '09 at 22:48
-
thanks Matt, that's exactly what I meant.. I think the article suggested by 'Tim Down' could do the trick. haven't tested it yet though. thanks all! – Joseph Oct 18 '09 at 19:20