I am working on JQuery where I got a page which is already developed by other team. My task is to change headers(titles) of the tables to some specific values. So I did this easily with simple JQuery code in document.ready() event. But as I said page is already developed by some other team, If data on page is updated automatically code does'nt run and table titles are reset again. Is there any event in JQuery to detect runtime changes on web page so that I can execute my code?
Thanks in advance!