jQuery – Which button is selected
To recover the value of the select button:
$('input[name=radioName]:checked', '#myForm').val()
Publicités
Il n'y a pas de questions bêtes
To recover the value of the select button:
$('input[name=radioName]:checked', '#myForm').val()