bind DOM change
bind DOM change
Hey,
Is there a way to bind a event listener to a change (or specific types of changes) in the DOM structure? It seems that using jquery to dynamically style (append and prepend shadow graphics for example) elements works great until you start mixing it with ajax dom manipulation. At which point you have to call the styling function by hand. Is there a way of saying something along the lines of on dom change -> take the new content and send it to style()...
thanks