I want to get the selected value from a group of radio buttons.
Here\'s my HTML:
If you are using the JQuery, please use the bellow snippet for group of radio buttons.
JQuery
var radioBtValue= $('input[type=radio][name=radiobt]:checked').val();