Html
    Css
    Js

    
                        
body {
	background:#ffffff;
	font-size:14px;
}
.ly-check {
	position:relative;
	top:1px;
	margin:0 20px 0 0;
	cursor:pointer;
	border:none;
}
.ly-check:before {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	content:"";
	position:absolute;
	left:0;
	top:1px;
	z-index:1;
	width:14px;
	border-radius:2px;
	height:14px;
	border:1px solid #ccc;
}
.ly-check:after {
	content:"";
	position:absolute;
	top:1px;
	left:0;
	width:14px;
	height:14px;
	background:#fff;
	border-radius:2px;
	cursor:pointer;
	border:1px solid #1fa8f6;
}
.ly-check.ly-cation:before {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	height:7px;
	width:14px;
	top:2px;
	left:1px;
	border-radius:0px;
	border-color:#1fa8f6;
	border-top-style:none;
	border-right-style:none;
	border-width:2px;
}
.ly-content {
	padding:30px;
	box-sizing:border-box;
}
.ly-content p {
	line-height:40px;
	text-align:left;
}
.ly-content span {
	padding-left:20px;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jquery智能全选反选

单条信息全部勾选,全选自动勾选;全选勾选,单条信息全部勾选,取消某条单选,全选自动取消全选;

5
      梦在&&云中0
      2018/2/24 23:32:04
      写的很好,怎么下载不了
          西瓜0
          2018/2/24 23:45:27
          我这里测试下载没有问题。
          梦在&&云中0
          2018/2/25 15:52:16
          还是下载不了,我用手机qq浏览器下载的,提示网络异常,无法下载35
          西瓜0
          2018/2/25 21:11:59
          不支持移动端。
          梦在&&云中0
          2018/2/25 22:40:24
          好的谢谢,明白了,的从pc,用电脑下载
      回复