I have a div which has its content changing all the time , be it ajax requests, jquery functions, blur etc etc.
ajax requests
jquery functions
blur
Is there a way
You can store the old innerHTML of the div in a variable. Set an interval to check if the old content matches the current content. When this isn't true do something.