js全选
程序员文章站
2024-03-21 14:15:28
...
$(document).on("click",".classname",function(){
if(this.checked){
$(this).parent().find(".stuname").prop("checked","true");
}else{
$(this).parent().find(".stuname").prop("checked",false);
}
});
上一篇: 全选(JS)
下一篇: postgresql数据库查询所有表名