Could I find the function invoked by an event in run-time?

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2009-10-21T01:01:44Z Indexed on 2010/03/29 10:03 UTC
Read the original article Hit count: 175

I want to find that when a user fires an event, such as click a button, what function(s) does this event invoke in run-time? Would it be possible?

Thanks!

© Stack Overflow or respective owner

Related posts about javascript-events

Related posts about javascript-execution