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
Not possible, I believe ie has a content changed event but it is certainly not x-browser
Should I say not possible without some nasty interval chugging away in the background!