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
I'm developing tiny JS library called mutabor (https://github.com/eskat0n/mutabor) which intended to simplify usage of DOM Mutation Events. See demo.html for examples.