In other words is it possible to generically add a listener to a DOM object so anytime that object changes the listener gets called?
I know you can create event listeners for user interaction like click and mouse over (http://www.w3schools.com/js/js_htmldom_eventlistener.asp) but I'm unaware of any sort of update listener or how that would work.