$(function () { var allBox = $(":checkbox"); allBox.click(function () { allBox.removeAttr("checked"); $(this).attr("checked", "checked"); }); });     $(function(){ $(':checkbox[name=jcxflIds]').each(function(){ $(this).click(function(){ if($(this).attr('checked')){ $(':checkbox[name=jcxflIds]').removeAttr('checked'); $(this).attr('checked','checked'); } }); });   });
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄