//废话不说直接上代码
$("#").click(function(){
$("#content-div label input[type='checkbox']").each(function(){
$(this).prop("checked",!$(this).is(":checked"));
});
});
//废话不说直接上代码
$("#").click(function(){
$("#content-div label input[type='checkbox']").each(function(){
$(this).prop("checked",!$(this).is(":checked"));
});
});
转载于:https://www.cnblogs.com/DataBase-123/p/6732162.html