Using invalid jQuery selector
-
This code in
login-with-ajax.source.js
(version 3.1.4) uses an invalid jQuery selector:var lwaSub = newWidget.find('.').show();
It produces this error:
Error: Syntax error, unrecognized expression: .
I’m using jQuery 1.7.1 in my wordpress, although I also reproduced the problem using a newer version of jQuery (2.1.0) in this jsFiddle.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using invalid jQuery selector’ is closed to new replies.