how to do radio button validation in jquery

JavaScript
BY LOVE
if ($("input[name='Gender']:checked").length == 0)if($("input[name='Gender']:checked").length == 0)
Source

Also in JavaScript: