jQuery判断多个单选按钮是否被选中

$(":radio").attr("checked", function(index, attr) { if (attr == true) { ... } else { ... } });

posted @   wanyao  阅读(1021)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示