开发者

How to detect changes to a table using JQuery

开发者 https://www.devze.com 2023-01-20 11:47 出处:网络
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

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消