How can i trace changes made to the DOM by JavaScript?
Posted
by
Denis Hoctor
on Stack Overflow
See other posts from Stack Overflow
or by Denis Hoctor
Published on 2009-10-05T13:16:12Z
Indexed on
2012/09/30
9:37 UTC
Read the original article
Hit count: 430
I have a large website in development with a large amount of JS in different files. I have come across an issue where something is removing a class from the DOM. I can see it when I view source but not in Firebug.
Normally I would place some alerts/console.log calls with the hasClass value but because I have no idea where to start I wanted to know if I can trace the change back when it occurs somehow?
Denis
© Stack Overflow or respective owner