function qx() {
var qx = document.getElementById("qx");
if(qx.checked){
$("input:checkbox").prop("checked","true")
}else{
$("input:checkbox").removeAttr("checked")
}

}

  

 

posted on 2018-05-04 00:57  ZHBK  阅读(119)  评论(0)    收藏  举报