ScroogeMcPump
unread,Aug 22, 2008, 1:05:57 PM8/22/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Firebug
Inspect the element you're interested in, then select the DOM tab on
the right and make sure "Show User-defined Functions" is checked in
the right pane's Options. Any event listeners registered for the
element should show up at the top of the list in green.
Or, select the DOM tab on the left with that same Option checked and
ALL page-defined JS functions should show up, whether they're used as
event listeners or not. (I mention this because it'd be nice to have
something in between - a "master list" of all elements having
listeners, what they're listening for, and what they do when they hear
it.)