哈希链接和历史记录(后退和前进)
当我按下哈希按钮时(例如: http://test/#userid=1),我得到请求的页面,但我无法通过浏览器的后退按钮返回到上一页。在 Mozilla Firefox 5 中,后退按钮可以使用,但在其他浏览器中则不能。
我想要 javascript 代码或 jquery 代码(如果可能的话,不是插件)来使后退按钮在主要浏览器中工作。
When I press on the hash button(e.g : http://test/#userid=1), I get the requested page but I can not return to previous page via the browser's back button. In Mozilla Firefox 5, the back button works, but not in others browsers.
I want javascript code or jquery code (Code not plugin if possible) to make the back button work in major browsers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQuery 历史记录插件 报告它可以解决您遇到的问题。它似乎使用 iframe hack 来正确保存 IE 中的历史记录。
The jQuery history plugin reports that it can solve the problem you're having. It appears to use an iframe hack for properly preserving the history in IE.