Uncaught SyntaxError: Unexpected Token - jQuery - Help!

前端 未结 2 1780
野趣味
野趣味 2021-01-18 11:55

Please help me get to the bottom of this...the only file that this error is pointing to, is my jQuery file.

See the error I am receiving here.

2条回答
  •  渐次进展
    2021-01-18 12:02

    Your entire file is throwing the error.

    You're trying to execute some HTML as Javascript code.

提交回复
热议问题