获取单选按钮选中的值

var value  = $('input[name="radioName"]:checked').val(); //获取被选中Radio的Value值

原文地址:https://www.cnblogs.com/itniwota/p/6812874.html