开发者

uncaught exception: Syntax error

开发者 https://www.devze.com 2023-01-31 18:36 出处:网络
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 th

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 navi开发者_开发技巧gation on the left is not appearing on any of the products page however its appearing fine on all other pages. :(


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

0

精彩评论

暂无评论...
验证码 换一张
取 消