Is there a way to get information about which scripts modified the selected DOM element, and in what order?
On my website, I am changing the width of div A. However, some other scripts are changing this width after this, but I don't know what the script is. How can I find him?
Edit: After searching a little more, I have a fountain that in firebug you can right-click in HTML and select "stop javascript when changing" (or similarly, my firefox is not in English), the problem is that it is reset after reloading the page, making it for me.
source share