I am updating the code to jQuery 1.8 and I am starting to get this error:
unrecognized expression: :[type=checkbox]
Of course, this suggests that the expression :[type=checkbox] not recognized by the new version of jQuery, and my question is:
Do I have the wrong path, or is it a mistake ?
I made this version for the jsFiddle test http://jsfiddle.net/4y8tb/6/ , open the console to see the log, and if you change the jQuery version you see that it works and the other does not.
I tried a different syntax (for example :[type="checkbox"] ) but could not.
source share