show/hide this revision's text 5 added 129 characters in body

I have a page where some event listeners are attached to input boxes and select boxes. Is there a way to find out which event listeners are observing a particular DOM node and for what event?

Events are attached using 1) prototype's Event.observe 2) DOM's addEventListener 3) as element attribute element.onclick

show/hide this revision's text 4 updating tags
show/hide this revision's text 3 edited title

how How to find event linsteners listeners on a dom DOM node?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1