在 JQuery 中强制重新加载
我正在使用 http://nixboxdesigns.com/projects/jquery-lavalamp/ 的 Lavalamp 插件 一切似乎都工作正常,除了使用后退按钮时有一点奇怪。
例如:
- 如果您从主页开始,则悬停在主页菜单下方。
- 单击新的菜单项,其下方会出现
- 悬停 单击浏览器的后退按钮,悬停不会返回到主菜单项,而是停留在之前单击的菜单项上。
我需要找到一种方法在触发后退按钮时调用 Lavalamp 函数。
希望在这里得到一些帮助
I am making use of the Lavalamp plugin from http://nixboxdesigns.com/projects/jquery-lavalamp/ and everything seems to be working fine except that there is a little quirk when using the back button.
For example:
- If you are starting off from the home page, the hover is underneath the home menu.
- Click on a new menu item, the hover appears underneath it
- Click on the browser's back button, and the hover does not return to the home menu item, it stays at the previously clicked one.
I need to find a way to call the Lavalamp function when the back button is being triggered.
Hope to get some help here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来 OnBeforeUnload 事件就是你的意思寻找。
It sounds like the OnBeforeUnload event is what you are looking for.