is it possible to tell if DOM was modified, and which part?

Posted by mkoryak on Stack Overflow See other posts from Stack Overflow or by mkoryak
Published on 2010-03-24T17:40:15Z Indexed on 2010/03/24 17:43 UTC
Read the original article Hit count: 311

Filed under:
|
|
|

Are there any practical ways to tell what part of the DOM was modified if you know that it will be modified?

I am writing a plugin that will be running along with javascript that i did not write. an event will be triggered before DOM is modified, and one event will be triggered after the modification. It is my job to decide what was changed. is this possible, and if so what is the least horrible way to do this?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery