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
And with HTML5 we have native DOM Mutation Observers.