Transfering a site: Uncaught SyntaxError: Invalid or unexpected token - jquery
Permalink
Hi,
Upon transferring my C5 site fromhttp://jacobvanachter.be/dds/ tohttp://www.tuinarchitectuurdds.be/... i get the following errors (check console):
Uncaught SyntaxError: Invalid or unexpected token - jquery
I tried reuploading jquery.js but that does'nt seem to be the issue here. What is going on?
Thanks
Jacob
Upon transferring my C5 site fromhttp://jacobvanachter.be/dds/ tohttp://www.tuinarchitectuurdds.be/... i get the following errors (check console):
Uncaught SyntaxError: Invalid or unexpected token - jquery
I tried reuploading jquery.js but that does'nt seem to be the issue here. What is going on?
Thanks
Jacob
That is often caused by a malformed selector in a script that calls jQuery. Or perhaps mis-matched quotes.
In this instance, its bad enough to break jQuery and hence cause all subsequent scripts to fail.