[jQuery] select all unchecked checkboxes
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 the ones that are unchecked, how can I do that?
$("#myform input:checkbox:checked")
Thanks!
/Niklas