jQuery 选项卡(为什么单击选项卡不显示 URL 上的哈希值?)
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Javascript 添加哈希
编辑:啊,您正在使用 jQuery,我想知道这个答案是否会对您有帮助......
使用 jquery ui 选项卡更改 location.hash
You can add a hash using Javascript
EDIT: Ah, you are using jQuery, I wonder if this answer will help you...
changing location.hash with jquery ui tabs