radio button group get value javascript

JavaScript
$('input[name=gender]:checked').val();
Source

Also in JavaScript: