window.location.hash 在 firefox、opera 中的 scribd 文档中不起作用
我上传了一份 scribd 上的文档
我在文档中包含了链接,以便于导航。在 Chrome 中打开时运行良好,但在 Firefox 3.6 中运行不佳。
它在 Firefox 中显示页面上的 href 路径。有人有什么想法吗?
I have uploaded one document on scribd
I have included links within the document for ease of navigation. It works fine when opened in Chrome, but not working well in Firefox 3.6.
It displays the the href path on the page in Firefox. Does anyone have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的问题。我最终在
window.location.href
属性中查找哈希字符#
并手动捕获哈希:I had the same issue. I ended up looking for the hash character
#
in thewindow.location.href
property and capturing the hash manually: