[jQuery] Get the value of a radio button ?
Hello,
I have a radio button like this one:
<input type="radio" name="othersTransLink" value="familiale"
class="radio"> Lien familiale
<input type="radio" name="othersTransLink" value="étroit"
class="radio"> Lien étroit
<input type="radio" name="othersTransLink" value="Intérêt direct ou
indirect" class="radio"> 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.