Uncaught SyntaxError: Unexpected token '<'

I’m trying to add some JS code that requires jquery library.

However, I found that the jQuery library can’t be loaded properly. This is what I’m observing from browser console:

Uncaught SyntaxError: Unexpected token '<'

and it comes from (there is a redundant script element):

I reviewed all the pages in my project and there is no place with a redundant element. Even I removed all my custom code, the error is still showing up.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hello @doan based on your image the problem comes form using two script tags. If you are having the library with script tags you don’t need the additional open and close script tags. Also, you don’t need to call for jquery, webflow adds it for you. I hope this helps.

Thanks @Pablo_Cortes, the weird thing is after I removed all the custom script, the error is still showing up. Still not sure how to fix it.

Hey @doan, did you remove all the scripts from your page settings, and from the project settings?