I need to run functions to change texts in multiple tables on a webpage. The tables are populated dynamically when user does multiple clicks or searches on the page. So, loading these functions on page load doesn't serve any good.
My question is how can I monitor these AJAX call and load functions as a callback whenever a DOM Node is changed or an attribute is added?
Any thoughts? I have a starting trouble.