jQuery 锚点幻灯片 - 在 Chrome 中不起作用?
我公司网站不再支持滑动导航;使用 Google Chrome 时,http://www.adaptdesign.com。它曾经完美地工作,直到我更新浏览器...
我很困惑为什么这不起作用......有人有任何想法吗?非常感谢。
The navigation sliding no longer works on my company's site; http://www.adaptdesign.com when using Google Chrome. It used to work perfectly until I updated the browser...
The script was downloaded from http://www.position-absolute.com/articles/better-html-anchor-a-jquery-script-to-slide-the-scrollbar/ , I replaced my one with those again incase those were newer, and his example at www.position-relative.net/creation/anchor/ works in Chrome whereas my website still doesn't scroll (clicking the link has no effect at all)!
I'm stumped as to why this isn't working... does anyone have any ideas? Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Chrome 中使用此脚本时遇到了完全相同的问题。看来它是由空的命名锚引起的。
没有捕获链接,但是
可以。试着把你的
东西包裹起来。
I was having the exact same problem with this script in Chrome. It appears it's caused by empty named anchors.
doesn't catch links, but
does. Try wrapping your
around something.