That worked perfectly Mike. Thanks!
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Alsup
Sent: Tuesday, February 27, 2007 2:18 PM
To: jQuery Discussion.
Subject: Re: [jQuery] toggling radio buttons
> I'd like to write a jQ script which sets all o values (unapproved) to 1
(approved). I thought that one of these two would do it:
> $("[EMAIL PROTECTED]@checked]").val(1);
> $('[EMAIL PROTECTED]').val('1');
Give this a shot:
$(':radio:not(:checked)').attr('checked', true);
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/