Here is my code:
Sales Promotion 7条回答 孤独总比滥情好 (楼主) 2020-11-28 04:44 in your selector, you should also specify that you want the checked radiobutton: $(function(){ $("#submit").click(function(){ alert($('input[name=q12_3]:checked').val()); }); }); 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
in your selector, you should also specify that you want the checked radiobutton:
$(function(){ $("#submit").click(function(){ alert($('input[name=q12_3]:checked').val()); }); });