Jquery历史记录,检查历史堆栈
我使用这个历史jquery插件 http://www.mikage.to/jquery/jquery_history.html< /a> 我正在尝试检查返回堆栈。
我可以调用 $.historyCurrentHash 来返回当前哈希,但我试图弄清楚如何在堆栈中向后查看一步。
如果我尝试调用这个 $.historyBackStack,但我只是得到一个“未定义”。有人有什么想法吗?
我可以看到它不是公共变量,但我想知道是否需要修改库或者只是以不同的方式调用它
Im using this history jquery plugin http://www.mikage.to/jquery/jquery_history.html and im trying to inspect the back stack.
I can call this $.historyCurrentHash to return the current hash, but im trying to figure out how to look one step back in the stack.
if i try calling this $.historyBackStack, but i just get an 'undefined'. anyone got any ideas?
I can see that its not a public variable, but im wondering if i need to modify the library or just call it in a different way
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否想回顾非哈希历史?就像..试图查看实际的最后一个不同的 URL 页面是什么?
因为浏览器不会公开这一点。
Are you trying to look back at non-hash history? Like.. trying to see what the actual last different-URL-page was?
Because the browser does not expose this.