Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
155
rated 0 times [  157] [ 2]  / answers: 1 / hits: 52767  / 15 Years ago, wed, october 21, 2009, 12:00:00

How can I trace all Javascript events of a web page?


Is there a possibility to trace all events, even such without a handler attached?


Is there any tool out there, that can do this?


Clarification:


For example:


For a text input I can add an event handler for onblur and onchange.


If I (in the browser) change the value of the textfield and leave it, both eventhandlers are executed.
Now I would like to know which other events I "have missed" (the ones which would have been executed if there was an eventhandler attached).


Clarification2:


Can I get a list(on a given element) of all possible events I can attach an eventhandler?


More From » debugging

 Answers
31

Here is a list of Javascript events:
https://developer.mozilla.org/en-US/docs/Web/Events


[#98476] Thursday, October 15, 2009, 15 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
adilene

Total Points: 395
Total Questions: 88
Total Answers: 109

Location: Indonesia
Member since Tue, Aug 3, 2021
3 Years ago
;