Tag Archives: radio button

Get value of selected radio button

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