Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of events that are getting fired in the DOM

Is there any way i could get a list of events that have been fired in the DOM? I don't want to trace by adding breakpoints.

Am looking for something like an internal browser log with the order of the events being fired for the page that is being loaded. This should include all events, even the likes of mouseup, mousedown.

like image 787
imbecile Avatar asked Jun 04 '13 14:06

imbecile


1 Answers

If you're on chrome, you can also install an extension called "Visual Event" works pretty good to me, and it list all DOM events.

Link to chrome web store

like image 59
Javis Perez Avatar answered Oct 20 '22 19:10

Javis Perez