validate the radio button using jquery code example
Example 1: how to do radio button validation in jquery
if($("input[name='Gender']:checked").length == 0)
Example 2: how to validate the radio button using jquery
BY LOVE
if ($("input[name='Gender']:checked").length == 0)