RixiOweons
New Member
How to check radio button are not selectedBoth radio button have same name an id\[code\]var a=$('#billing_freq').val();if(a==null){alert(Please select);} else{alert(a);}<input type="radio" value="http://stackoverflow.com/questions/15831479/name" id="billing_freq" name="billing_freq" />Name<input type="radio" value="http://stackoverflow.com/questions/15831479/code" id="billing_freq" name="billing_freq" />Code\[/code\]