Uncaught SyntaxError: Unexpected token [closed]
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.
精彩评论