I want to get the selected value from a group of radio buttons.
Here\'s my HTML:
If you are using jQuery:
$('input[name="rate"]:checked').val();