How do I find which JavaScript is changing an element's style?

Viewed 20327

I have an element that's getting styles applied via JavaScript. I'm not sure exactly where; is there a way to check Firebug to show where the "element.style" is actually coming from?

5 Answers
Related