jQuery Event : Detect changes to the html/text of a div - Stack Overflow

PHOTO EMBED

Tue May 02 2023 12:32:06 GMT+0000 (Coordinated Universal Time)

Saved by @deveseospace #javascript

$('mydiv').on('DOMSubtreeModified', function(){
  console.log('changed');
});
content_copyCOPY

https://stackoverflow.com/questions/15657686/jquery-event-detect-changes-to-the-html-text-of-a-div