internet explorer 8 - Problem with jquery handling checkboxes in IE8 -


I am using jquery to search for all the checkboxes in the check box. For that purpose I am using the following code:

 $ ("input [type = checkbox] [checked]"). Each (function () {// Do Stuff}); 

It works fine in Firefox 3 but does not work in IE 8 or Safari.

Edit: I'm using jQuery v1.3.2 /

< P> Try $ ("input [type = checkbox]: checked"). Each ...

Edit or even Sweeter: $ ("Input: Checkbox: Check"). Each ...

It works for me in IE8.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -