开发者

Uncaught SyntaxError: Unexpected token [closed]

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜