Jquery历史记录,检查历史堆栈

发布于 2024-08-31 09:26:39 字数 354 浏览 7 评论 0原文

我使用这个历史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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那请放手 2024-09-07 09:26:39

您是否想回顾非哈希历史?就像..试图查看实际的最后一个不同的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文