Hello,

I have a radio button like this one:

<input type="radio" name="othersTransLink" value="familiale"
class="radio">&nbsp;Lien familiale
<input type="radio" name="othersTransLink" value="étroit"
class="radio">&nbsp;Lien étroit
<input type="radio" name="othersTransLink" value="Intérêt direct ou
indirect" class="radio">&nbsp;Intérêt direct ou indirect

How can I have the value of the checked radio button ?
Is this possible ?

I know how to get the value with the idea like $('myInput').val() but in
this case I have no idea.

Thank you for any help !
-- 
View this message in context: 
http://www.nabble.com/Get-the-value-of-a-radio-button---tf4634279s27240.html#a13233838
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to