Is there a jQuery DOM change listener?
Posted
by Fletcher Moore
on Stack Overflow
See other posts from Stack Overflow
or by Fletcher Moore
Published on 2010-05-16T16:43:10Z
Indexed on
2010/05/16
16:50 UTC
Read the original article
Hit count: 386
Essentially I want to have a script execute when the contents of a DIV change. Since the scripts are separate (content script in chrome extension & webpage script), I need a way simply observe changes in DOM state. I could set up polling but that seems sloppy.
© Stack Overflow or respective owner