jQuery:ajax完整

发布于 2024-08-19 22:44:22 字数 200 浏览 2 评论 0原文

ajaxComplete 是否能够处理页面中调用的任何 ajax 请求,例如 asp.net ajax,还是仅适用于使用 jQuery 发起的 ajax 请求。我尝试像这样处理 Telerik 的 RadGrid 但没有成功

 $('#RadGrid1').ajaxComplete(function() {

        });

Is ajaxComplete able to handle any ajax requests invoked in page, for example asp.net ajax or is it only for ajax requests originating using jQuery. I tried to handle Telerik's RadGrid like this without success

 $('#RadGrid1').ajaxComplete(function() {

        });

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟酒忠诚 2024-08-26 22:44:22

我相信只有 jQuery ajax 方法才会触发这个。不过,您可以在任何其他 ajax 函数的“成功”事件上手动调用它。

I believe it is only the jQuery ajax methods that will trigger this. You can manually call it on the "success" event of any other ajax function though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文