开发者

Uncaught SyntaxError: Unexpected token [closed]

开发者 https://www.devze.com 2023-02-01 05:01 出处:网络
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extrao开发者_JS百科rdinarily narrow situation that is not gen
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extrao开发者_JS百科rdinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 9 years ago.

Im using recaptcha but when the user type incorrect captcha i have an errror called: "Uncaught SyntaxError: Unexpected token ." whats the problem on it?

Thanks.


It means that some code is only loaded and executed when the user entered an incorrect answer, and that there's a syntax error in this code. Read the error message, it should tell you whereabouts the problem is (file and line number).


It's a syntax error in your JavaScript. You can run JSLint on the JavaScript output by PHP.

0

精彩评论

暂无评论...
验证码 换一张
取 消