The following code shows how to iterate through each radio button in DOM via jQuery   HTML MarkUp :       Male   Female     jQuery Script:   $(function(){     $(".c input[type='radio']").each(function(){         alert($(this).val());     });         });  -- Saravanan 
I have 11+ years of experience in Software development. I am proud to be in the top 5 Multi-Tenancy answerers @ Stackoverflow. I have worked with C#, Java, MySQL, SQL Server, Multi-tenancy, AWS, Azure, Terraforms, Java with Spring boot and Python, groovy, bat scripts