SyntaxFix
Write A Post
Hire A Developer
Questions
DEMO : https://jsfiddle.net/ipsjolly/xygr065w/
$(function(){ $("#submit").click(function(){ alert($('input:radio:checked').val()); }); });