Here is my code:
Sales Promotion 7条回答 长情又很酷 (楼主) 2020-11-28 04:51 DEMO : https://jsfiddle.net/ipsjolly/xygr065w/ $(function(){ $("#submit").click(function(){ alert($('input:radio:checked').val()); }); }); 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
DEMO : https://jsfiddle.net/ipsjolly/xygr065w/
$(function(){ $("#submit").click(function(){ alert($('input:radio:checked').val()); }); });