//废话不说直接上代码 $("#").click(function(){
$("#content-div label input[type='checkbox']").each(function(){
$(this).prop("checked",!$(this).is(":checked"));
});
});
2022-12-22 07:28:04
//废话不说直接上代码 $("#").click(function(){
$("#content-div label input[type='checkbox']").each(function(){
$(this).prop("checked",!$(this).is(":checked"));
});
});
下一篇:CSS 子元素选择器