function delThisRow(obj,rowNum)
{
var ifNum = num + 1;
//alert("num="+num);
//alert("rowNum="+rowNum);
if(ifNum!=rowNum)
{
alert("请先删除最后一行!");
return;
}
num--;
var table1 = document.getElementById("firstTB");
table1.firstChild.removeChild(obj.parentNode.parentNode);
}
$(document).ready(function(){
$("#addCheckListType").click(function(){
num++;
var str = '<tr ).append(str);
});
});
<div style="align:center;width:100%;margin-top:20px;" >
<tr >
<td colspan="1" style="text-align:center;"><font style="color:#6fade1;font-size:120%;"> 章 节 项:</font></td>
<td ><img src="<%=path%>/includes/images/add.png" width="16" height="16" />
</td>
</tr>
<%
}
%>
</table>