jQuery 选项卡(为什么单击选项卡不显示 URL 上的哈希值?)

发布于 2024-09-30 05:15:00 字数 82 浏览 0 评论 0原文

我正在使用 jQuery 选项卡,但是当我单击选项卡时,哈希值不会出现在浏览器 URL 上。有办法到达那里吗?我缺少一个选项吗?

谢谢

I am using jQuery tabs but when I click a tab, the hash doesnt appear on the browser URL. Is there a way to get it there? An option I am missing?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

只等公子 2024-10-07 05:15:00

您可以使用 Javascript 添加哈希

document.location.hash = "blahblahblah";

编辑:啊,您正在使用 jQuery,我想知道这个答案是否会对您有帮助......
使用 jquery ui 选项卡更改 location.hash

You can add a hash using Javascript

document.location.hash = "blahblahblah";

EDIT: Ah, you are using jQuery, I wonder if this answer will help you...
changing location.hash with jquery ui tabs

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