If I want to select all the elements in a page which have a particular class x, what's the jQuery expression compatible with the extension that I'd need to write?
I do $(".y") but I get
Syntax error, unrecognized expression: $(".y")
On a side note, great extension! Saved a lot of my time. Thank you!
If I want to select all the elements in a page which have a particular class x, what's the jQuery expression compatible with the extension that I'd need to write? I do $(".y") but I get Syntax error, unrecognized expression: $(".y")
On a side note, great extension! Saved a lot of my time. Thank you!