$('.child').click(function() {
$("#all").prop("checked",$(".child").length==$(".child:checked").length);
});}
}, 'json');
}
$(function(){
$("#all").click(function(){
// alert($(this).attr("check"));
$('.child').prop("checked",$(this).prop("checked"));
})
})
全选checkbox //easyui
最新推荐文章于 2019-04-15 17:00:38 发布