I'm messing with a WordPress plugin. When I scroll down about 50 pixels from the top, something is changing the inline style attribute of a div tag. How can I track down what is making this change? Is there a Chrome feature or dev tool that can point to it?
Asked
Active
Viewed 350 times
1 Answers
4
Try the Chrome Dev Tools Timeline feature. It outputs all of the functions fired by events, the type of event, and the time they were run.

Makaze
- 1,076
- 7
- 13
-
perfect. I figured it was in there somewhere. – Kyle Anderson Dec 25 '14 at 18:01