Question

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. :(

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top