Are there any practical ways to tell what part of the DOM was modified if you know that it will be modified?
I am writing a plugin that will be running along with ja
A possibility, if you know what aspect of the DOM elements are to be modified, is to store the value of that attribute in a .data() node for each element on page load, then compare after the script is run.