未捕获的异常:语法错误

发布于 2024-10-08 15:40:45 字数 290 浏览 3 评论 0 原文

请检查

http://arabiannights.thestagingurl.com/egyptian-hookhas/157 -ho-101.html

有这个错误“未捕获的异常:语法错误,无法识别的表达式:[@href^='#']”由于左侧的导航未出现在任何产品页面上,但在所有其他页面上显示良好。 :(

Please check

http://arabiannights.thestagingurl.com/egyptian-hookhas/157-ho-101.html

There is this error "uncaught exception: Syntax error, unrecognized expression: [@href^='#']" due to which the the navigation on the left is not appearing on any of the products page however its appearing fine on all other pages. :(

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

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

发布评论

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

评论(1

心凉 2024-10-15 15:40:45

在 jQuery 1.3+(该站点使用 1.4.2)中,删除了 属性选择器,现在应该是[href^='#']

In jQuery 1.3+ (1.4.2 is used on that site), the @ is removed for attribute selectors, it should just be [href^='#'] now.

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