Bug jquery1.3.1 and Firefox 3.5 ?
There is some bugs related to the use of jquery 1.3.1 whenusing firefox 3.5 ? Because since I switched to Firefox 3.5, all functions using the .size() are no longer working !? Does anybody have the same behaviour ?
when selecting some checkboxes with a tradictional selector:
-
$("input[type=checkbox][checked]").size()
this returns allways 0 (even if somes are checked!) this used to work on
Firefox 3.0 but doesn't anymore ...
There is a way to fixe it ??