> 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');
The form plugin also supports this kind of evaluation.
var val = $('.radioMe').fieldValue();
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
