Tag Archives: checked

Get value of selected radio button

var buttonval = $(’input[name=nameOfRadioButton]:checked’).val()