How do I track JavaScript that is modifying the inline style of a div in the DOM?
1 answer
Try the Chrome Dev Tools Timeline feature . It prints out all functions triggered by events, event type and when they were fired.
+4
source to share