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 this, it was created by James Padolsey(J-P here on SO) and does exactly what you want (I think)
http://james.padolsey.com/javascript/monitoring-dom-properties/