change() function works and detects changes on form elements, but is there a way of detecting when a DOM element\'s content was changed?
change()
This does not w
Try to bind to the DOMSubtreeModified event seeign as test is also just part of the DOM.
DOMSubtreeModified
see this post here on SO:
how-do-i-monitor-the-dom-for-changes