I am trying to figure out how to see what events are attached to a
given DOM element. For example, if I use javascript to add a listener
to the 'click' event of a DIV element like this:
myDiv.addEventListener('click', function(){alert('test');}, false);
and I inspect the DIV in the DOM tab, I can't see any 'click' event,
or 'onclick'. I don't understand how to see what fires when the
element is clicked.I'm using firebug version 1.2.1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
