Need a hand with this tricky issue.
The company I'm with has its own website. I've been updating pages on the site for the past few days.
After finishing my updates and trying to upload the site, all of a sudden, the JavaScript stopped working.
Whenever I press f12, I see these error messages:
Uncaught SyntaxError: Invalid or unexpected token
base.js:1 Uncaught ReferenceError: $ is not defined at base.js:1
Everything works fine on my test server.
But on the the main server, it's all haywire.
Any idea what could be causing this? It's not just one page - it's all of them where the JavaScript fails.
[update]
I'm aware there are different versions of JavaScript. The testing environment on our website already addressed this. Yet, the problem persists.
Appreciate any insights,
Wesley