<!--删除表格指定行/删除表格某行/删除表格一行-->

<table class="table table-hover table-bordered" >
	<thead>
		<tr>
			<th class="text-center fixFirstColum" style="width: 121px">人员姓名&nbsp;<font color='red'>*</font></th>
			<th class="text-center" style="width: 237px">身份证号</th>
			<th class="text-center" style="width: 118px">身份</th>
			<th class="text-center" style="width: 227px">绑定关系</th>
			<th class="text-center" style="width: 220px">手机号</th>
			<th class="text-center" style="width: 200px">IMSI1</th>
			<th class="text-center" style="width: 200px">IMSI2</th>
			<th class="text-center" style="width: 88px">运营商</th>
			<th class="text-center" style="width: 194px">终端型号</th>
			<th class="text-center" style="width: 137px">密码模块类型</th>
			<th class="text-center" style="width:80px">操作</th>
		</tr>
	</thead>
	<tbody  >
		
	</tbody>
</table>
function test(){
    zaicitishenbody.deleteRow(i);
    <!--或者-->
    $("#zaicitishenbody")[0].deleteRow(0);
    <!--第一个没用选择器,zaicitishenbody拿到的是html片段,如附录A。能成功,神奇-->
}
<!--附录A:-->
<tbody ></a></td></tr></tbody>

相关文章: