By the way, is there documentation about any of these extra goodies
anywhere? That's not in the API and I don't see it anywhere else.

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Brandon Aaron
Sent: Monday, December 18, 2006 2:39 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Value of currently selected radio button


Try the :selected selector like so:

$('input.radioMe:selected').val()

Likewise you could just use the name attribute of the radio input:

$('[EMAIL PROTECTED]:selected');

Untested but I believe it should work according to a previous thread
today on this topic.

--
Brandon Aaron

On 12/18/06, Andy Matthews <[EMAIL PROTECTED]> wrote:
> How would I use jQuery to get the value of the currently selected radio
> button in a group (say the group had a common class of .radioMe?
>
> <!----------------//------
> andy matthews
> web developer
> certified advanced coldfusion programmer
> ICGLink, Inc.
> [EMAIL PROTECTED]
> 615.370.1530 x737
> --------------//--------->
>
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to