gpt4 book ai didi

ruby-on-rails - 如何关闭 "periodically_call_remote"

转载 作者:数据小太阳 更新时间:2023-10-29 07:16:36 26 4
gpt4 key购买 nike

我有 periodically_call_remote 在我的网络应用程序中更新一个 div (main_div)。此 main_div 包含链接,用户可以单击这些链接来调用覆盖 main_div 中的数据的操作。

我的问题是计时器在 periodically_call_remote 函数上运行,即使用户已经离开页面,该函数调用仍然想要返回。如果 main_div 出现在页面上,函数调用会清除当前显示的数据。如果 main_div 不在页面上,则 javascript 返回一个错误对话框。

所以,我的问题是,当用户离开定期更新的 div 时,我该如何停止函数调用?

最佳答案

本主题:http://www.ruby-forum.com/topic/119372提供了我需要的答案。

本质上,它归结为覆盖 application_helper.rb 文件中的 periodically_call_remote 以将 PeriodicalExecutor 放入 js 变量中。

然后,您可以随时调用 poller.stop(); 来取消调用。

关于ruby-on-rails - 如何关闭 "periodically_call_remote",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/379797/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com