Html
    Css
    Js

    
                        
body {
	text-align:center;
}
input[type="button"] {
	display:inline-block;
	background-color:#D55D00;
	font-size:14px;
	padding:5px 20px;
	color:#fff;
	border-radius:6px;
	border:none;
	margin-right:10px;
}
table {
	margin-top:20px;
}
table th {
	font-size:14px;
	background-color:#e5e5e5;
	padding:10px;
}
table td {
	background-color:#fff;
	padding:10px;
	font-size:14px;
}
table .coll {
	width:1px;
	white-space:nowrap;
}

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

js全选反选效果(原创)

更新时间:2020-04-16 09:38:38

很简单的js操作,刚学js,给新手一个参考,一起努力吧。

0