hebrerillo
Active Coder
Hello there!
Sometimes, I want to locate a code that is changing a DOM element. For example, on Chrome I can set a breakpoint "On attribute modifications" for a specific DOM element, so the browser will break when such element has attribute modifications, and I can inspect the code.
However, that does not work when the attribute modifications happen on loading time. And that is my problem, because I want to locate a code that is modifying a DOM element on loading time.
How can I do that?
Thanks in advance!
Sometimes, I want to locate a code that is changing a DOM element. For example, on Chrome I can set a breakpoint "On attribute modifications" for a specific DOM element, so the browser will break when such element has attribute modifications, and I can inspect the code.
However, that does not work when the attribute modifications happen on loading time. And that is my problem, because I want to locate a code that is modifying a DOM element on loading time.
How can I do that?
Thanks in advance!