Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

asked on

Error on Anchor Tag

I am getting an error in the console from an anchor tag.  I'm not sure how to fix it.
jquery-2.2.4.min.js?ver=null:2 Uncaught Error: Syntax error, unrecognized expression: https://MYSITE.com/for-businesses/#myintroduction

I'm not sure how to fix a jQuery error on an anchor tag.
Avatar of Sam Jacobs
Sam Jacobs
Flag of United States of America image

Can you post the source with the anchor tag?
ASKER CERTIFIED SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Try removing the / before the tag
https://MYSITE.com/for-businesses/#myintroduction
by
https://MYSITE.com/for-businesses#myintroduction