Uncheck all checked boxes:
$("[EMAIL PROTECTED]").each(function(){this.checked=false;});
Check all checked boxes:
$("[EMAIL PROTECTED]").each(function(){this.checked=true;});
Grant Bristow wrote:
>
> I'm BRAND new to jQuery. I've successfully (and easily) selected all of
> the checked checkboxes, but now, I would like to check (or uncheck)
> them. Could someone show me how this is done? Thanks in advance.
>
> ----
> Grant
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
--
View this message in context:
http://www.nabble.com/Checking-checkboxes-tf2199700.html#a6090626
Sent from the JQuery forum at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/