Catch all DOM events on a page (without Firebug et. al.)

Posted by Morten Bergfall on Stack Overflow See other posts from Stack Overflow or by Morten Bergfall
Published on 2010-04-01T15:10:58Z Indexed on 2010/04/01 15:13 UTC
Read the original article Hit count: 243

How would I go about creating a cross-browser script, that would intercept all events firing on
a page/browser window/DOM-tree (regardless of browser)?

What I'm hoping to accomplish is basically to get a better understanding of the different handling of events in different browsers; I know the basic theory, but need to see to believe...

© Stack Overflow or respective owner

Related posts about dom

Related posts about javascript-events