3

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?

Shiladitya
  • 12,003
  • 15
  • 25
  • 38
Kyle Anderson
  • 1,820
  • 5
  • 21
  • 29

1 Answers1

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