Darnit...I should have caught that myself. <!----------------//------ 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 3:04 PM To: jQuery Discussion. Subject: Re: [jQuery] Value of currently selected radio button > 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/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
