[jQuery] Re: select all unchecked checkboxes

2007-07-24 Thread George Adamson
I've just updated the jQuery moreSelectors plugin which includes an :unchecked selector. Might be what you're after. See http://jquery.com/plugins/project/moreSelectors George Rob Desbois-2 wrote: I think $(#myform input:checkbox).not(:checked) should do what you want, but I've not

[jQuery] Re: select all unchecked checkboxes

2007-06-26 Thread Rob Desbois
I think $(#myform input:checkbox).not(:checked) should do what you want, but I've not tested it. --rob On 6/26/07, badtant [EMAIL PROTECTED] wrote: Hi! I want to get all checkbox items that are not checked. I use the following to get all checkboxes that is checked but now i want to get