Syntax error, unrecognized expression: .
-
There’s a syntax error when submitting the login form, in the ‘lwa_login’ event handler. It seems like everything works correctly up to there.
Chrome console says:
Uncaught Error: Syntax error, unrecognized expression: . gb.error @ jquery.js?ver=1.11.2:2 gb.tokenize @ jquery.js?ver=1.11.2:2 gb @ jquery.js?ver=1.11.2:2 m.fn.extend.find @ jquery.js?ver=1.11.2:2 (anonymous function) @ login-with-ajax.source.js?ver=4.2.2:56 m.Callbacks.j @ jquery.js?ver=1.11.2:2 m.Callbacks.k.fireWith @ jquery.js?ver=1.11.2:2 x @ jquery.js?ver=1.11.2:4 m.ajaxTransport.send.b @ jquery.js?ver=1.11.2:4
Line 56 of login-with-ajax.source.js (also in login-with-ajax.js).
var lwaSub = newWidget.find('.').show();
Using login-with-ajax v3.1.4
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Syntax error, unrecognized expression: .’ is closed to new replies.