I want to call a function whenever the content in a particular DIV changes. For example:
I have a div. This div displays some data on page load. On another button click, there is some more data displayed in the same div. When data in the div increases, I want to call another function.
Any ideas?