I want to find that when a user fires an event, such as click a button, what function(s) does this event invoke at run-time? Would it be possible?
Thanks!
I want to find that when a user fires an event, such as click a button, what function(s) does this event invoke at run-time? Would it be possible?
Thanks!
interesting question. add some debugging alert(), you will know what functions are triggered.
p.s. actually, the "function" you mean is the JavaScript internal function or the user-defined functions?