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.
我正在使用 primefaces 3.2 并且正在使用轮询。我可以在民意调查中调用停止,但在民意调查之后,Firebug 中正在运行一些东西。只有当页面被刷新时它才会停止。如何停止落后的电话。
提前致谢
poll.stop() 只会忽略传入的响应,不会取消调用。
Ajax 调用一旦完成就无法停止(除非刷新页面)
Firebug 显示 Ajax 调用仍在运行,但您的代码将忽略它。