My question is somewhat weird, but can i add events for any DOM elements(div), like 'onHtmlChange', to be notified when that div has changed their content?
|
|
|||||
|
|
|
Check out DOMNodeInserted and DOMNodeRemoved. Ben Nadel recently blogged the following: Detecting When DOM Elements Have Been Removed With jQuery |
||||
|
