[jQuery] Jquery 1.3.2 bug in getting checkbox ..... maybe

[jQuery] Jquery 1.3.2 bug in getting checkbox ..... maybe


Hi guys,
I upgraded to 1.3.2 from 1.2.6 and the following stop working:
$("input[@type=checkbox]").each(function(i, item) {

});
where I have almost spent an hour to diagnose it. Hence, I change to the
following then it works :
$("#form1 :checkbox").each(function(i, item) {
});
hope this may help someone out there
regards,
Mark Thien
Menggaris | The Technology Buddy
markt |@| menggaris.com
--
View this message in context: http://www.nabble.com/Jquery-1.3.2-bug-in-getting-checkbox-.....-maybe-tp22447984s27240p22447984.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.