Html
    Css
    Js

    
                        
table {
	text-align:center;
}
thead td {
	width:100px;
	height:30px;
	background:#ccc;
}
tbody td {
	height:25px;
}
input {
	width:70px;
	height:20px;
}
.button {
	width:70px;
	height:30px;
	margin:10px 0 10px 0;
}

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

表格内容的增删(原创)

4
      Felix0
      2018/5/14 15:23:50
      求助
          yuebanzhou0
          2018/5/14 15:27:40
          参照我发布的另一个例子,全选和全不选,做出复选框的基本效果。点击删除按钮的时候,做一个检测,如果全选按钮是选中状态,直接清空表格内容。
      回复
      Felix0
      2018/5/14 15:19:40
      可以做一些批量删除的
          yuebanzhou0
          2018/5/14 15:23:32
          是的,加上复选框,可以实现。谢谢指教。
      回复