0

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.

4

1 回答 1

1

get()jQuery 为它们的简写 ajax 函数(如and )内置了回调函数load(),您可以通过方法中的参数设置成功和错误回调ajax()

请在此处参考 jQuery 的强大文档

于 2013-08-29T19:00:09.120 回答