$("th").on('click','#checkboxHead',function(){ var temp= $("#checkboxHead").is(':checked'); // alert(temp); if(temp==true){ //alert("选中"); $("td input[type='checkbox']").each(function(){ // 复选框打勾 $(this).prop("che ......
本文摘自 :https://www.cnblogs.com/


