jq全选

$("#qx").click(function(){

  if(this.checked)

  {

    $(".qx2:checkbox").attr("checked",true);

  }

  else

  {

    $(".qx2:checkbox").attr("checked",false);

  }

})

原文地址:https://www.cnblogs.com/bilibiliganbei/p/6427424.html