1、boday部分
<div >
<table id="InputsWrapper" border="1" >
<tr>
<th width="11%" >保险起期(年)</th>
<th width="11%" >保险止期(年)</th>
<th width="11%" >缴费起期(年)</th>
<th width="11%" >缴费止期(年)</th>
<th width="14%" >价值佣金系数(%)</th>
<th width="14%" >内部标保佣金系数(%)</th>
<th width="14%" >外部标保佣金系数(%)</th>
<th width="12%">操作</th>
</tr>
<tr >
<td ><input style=width:100px; type="text" id="insurancePeriodMin" name="insurancePeriodMin"placeholder="请输入保险起期" > </td>
<td ><input style=width:100px; type="text" id="insurancePeriodMax" name="insurancePeriodMax" placeholder="请输入保险止期" > </td>
<td ><input style=width:100px; type="text" id="renewPeriodMin" name="renewPeriodMin"placeholder="请输入缴费起期" > </td>
<td ><input style=width:100px; type="text" id="renewPeriodMax" name="renewPeriodMax" placeholder="请输入缴费止期" > </td>
<td ><input style=width:100px; type="text" id="valueCommissionCoefficient" name="valueCommissionCoefficient"placeholder="请输入价值佣金系数" > </td>
<td ><input style=width:100px; type="text" id="inStandardCommissionCoefficient" name="inStandardCommissionCoefficient" placeholder="请输入内部标保佣金系数" > </td>
<td ><input style=width:100px; type="text" id="outStandardCommissionCoefficient" name="outStandardCommissionCoefficient" placeholder="请输入外部标保佣金系数" > </td>
<td><a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="AddMoreFileBox" class="btn btn-info">添加</a></td>
</tr>
</table>
</div>
2、js部分
/* remove and add */
("#InputsWrapper"); //Input boxes wrapper ID
var AddButton = (AddButton).click(function (e) //on add input button click
{
if(x <= MaxInputs) //max input box allowed
{
FieldCount++; //text box added increment
FieldCounts++;
rowId++;
//add input box
("body").on("click",".removeclass", function(e){ //user click on remove text
if( x > 1 ) {
$(this).parent().parent().remove(); //remove text box '<tr "'+ FieldCount +'">'
x--; //decrement textbox
}
return false;
})
});
3、效果图
js动态生成表格
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 可能否 木小雅 春天的风能否吹来夏天的雨 秋天的月能否照亮冬天的雪 夜空的星能否落向晨曦的海 山间的泉能否遇上南飞...
- Comments Inline Comments Use inline comments sparingly. A...