> I tried .radioMe :selected and that didn't seem to work. I'll give the other
> one a try.
Sorry Andy, it should be :checked, not :selected.
$('input.radioMe:checked').val()
> 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.
Yeah, http://jquery.com/docs/Base/Expression/CSS/ is documentation on
the selector syntax. However, the :selected selector isn't on there. I
thought about trying to add it myself but then didn't know how best to
word it.
--
Brandon Aaron
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/