Tag Archives: jQuery

Get value of selected radio button

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