Jquery:设置页面加载超时
我想制作一个脚本来检测页面是否在 30 内完全加载,或者使用 Firefox 的方法(CTRL + F5)刷新页面,清除该页面的缓存并刷新。 可以制作吗? PS:如果不可能在 Jquery 中制作,我可以使用普通的 javascript。 提前致谢。 亲切的问候。 卢卡.
i would like make a script that detect if the page is full loading in 30 or else refresh the page with method (CTRL + F5) of Firefox that clear the cache of that page and refresh..
Is possibile to make?
P.S: If is not possibile to make in Jquery i can use normal javascript.
Thanks in advance.
Kind Regards.
Luca.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
纯 JavaScript
jQuery
plain JavaScript
jQuery
你可以在你的 html head 中写下:
30 秒后刷新页面。
在你的 jQuery 部分可能有这样的东西:
You can write this in your html head:
It refreshes the page after 30 seconds.
In your jQuery part there could be something like this: