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
These are mutation events.
I have not used mutation event APIs in jQuery, but a cursory search led me to this project on GitHub. I am unaware of the project's maturity.