Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ajaxComplete 是否能够处理页面中调用的任何 ajax 请求,例如 asp.net ajax 还是仅适用于使用 jQuery 发起的 ajax 请求。我试图像这样处理 Telerik 的 RadGrid,但没有成功
$('#RadGrid1').ajaxComplete(function() { });
我相信只有 jQuery ajax 方法会触发它。不过,您可以在任何其他 ajax 函数的“成功”事件上手动调用它。