jQuery 倒计时新布局到期而不是新 url
我使用 jquery 倒计时 http://keith-wood.name/countdown.html
我想要该页面倒计时完成后刷新并重新加载新的页面布局(在同一网址上)我想出了如何重定向,但我正在绞尽脑汁地找出页面刷新到新布局的方法。
欢迎任何帮助!
Im using jquery countdown http://keith-wood.name/countdown.html
I want the page to refresh when the countdown is finished and reload a new page layout ( on the same url) I figured out how to redirect but am racking my head to figure out page refresh to new layout.
Any help welcome!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想刷新页面,你可以这样做:
但是当然你会在必要的地方放置上面的行,例如计数器完成。
If you want to refresh the page, you can do this:
But off course you would put above line where necessary for example the counter finishes.
就我个人而言,我更喜欢 jquery 插件 doTimeout。
只需添加在新窗口中打开:
或者只是在同一窗口中打开:
Personally i prefere the jquery plugin doTimeout.
Just add to open in a new window :
Or just this to open in the same window :