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