Is there a way to see what's manipulating a HTML Node?

Posted by Mr Rogers on Stack Overflow See other posts from Stack Overflow or by Mr Rogers
Published on 2010-04-09T14:45:25Z Indexed on 2010/04/09 14:53 UTC
Read the original article Hit count: 319

Filed under:
|

Breakpoints are great when one knows where the code is being executed. However, I have a problem where my DIV is being manipulated by some unknown code in a library I'm using. Is there a way to basically set a breakpoint on the node and see when children are added or attributes changed?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about debugging