Html
    Css
    Js

    
                        
* {
	margin:0;
	padding:0;
}
@charset "utf-8";
	table {
	width:800px;
	margin:100px auto;
	/*height:auto;
	*/
}
td,th {
	text-align:center;
	height:60px;
}
body {
	font-family:"微软雅黑";
	/*background:url(img/footside.jpg)no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;
	*/
}
button {
	margin-left:40px;
	width:100px;
	height:30px;
}
button:hover {
	color:cyan;
}
thead {
	background:#b1aff4;
}
tbody {
	background:#e5f4af;
}
tfoot {
	background:#aff4eb;
}
td {
	word-break:normal;
}

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

jquery增删改查数据操作

多用于购物车,表格,后台数据操作

2
      insist0
      2019/10/21 20:02:57

      新增的没有选中

      回复
      Corrupt0
      2018/7/19 11:33:30
      点击添加后再全选,你会发现刚才添加的那一栏并没有被选中
      回复