How to detect changes to a table using JQuery
I have a table which always updates by clicking on another link. This link has ajax functio开发者_StackOverflownality which is created by serverside API at run time and JQuery has no control over this link.
Now whenever this link changes table, I want to call a function by JQuery, how do I do that?
精彩评论