Can I break with debugger on all changes to a DOM element?
I would really love to be able to see the code that is affecting a specific DOM element. But I also would really love not to have to look through all my javascript searching for references/selectors that might be causing the issue. Does anyone have a technique for causing a browser debugger to break on any changes to a specific DOM element? I don't mind it requiring a specific browser or extension to work. This is also doable without writing any script in Firebug as well as in Chrome's developer tools (maybe others, did not inspect further). In Firebug: Go to HTML tab Right-click an element