The following code is used to get the selected radio button value by name

jQuery("input:radio[name=radio]:checked").val();

Leave a Reply

Your email address will not be published. Required fields are marked *