<tr id="trProduction">
<td >
<table style="border: dashed 2px red; width: 100%;height:100%;" align="left">
<tr>
<td>
年:<span style="color: red">*</span>
</td>
<td>
<input id="txtMonth" type="text" value="2012" style="width: 200px" />
</td>
</tr>
<tr style="display: inline">
<td>
数量:<span style="color: red">*</span>
</td>
<td>
<input type="text" value="14520,00" style="width: 140px;" />
<select style="width: 60px">
<option>Tonne</option>
</select>
</td>
</tr>
<tr style="display: inline">
<td>
值:
</td>
<td>
<input type="text" value="12580,00" style="width: 140px;" />
<select style="width: 60px">
<option>USD</option>
</select>
</td>
</tr>
</table>
</td>
<td><input id="btnAdd" type="button" value="增加" />
</td>
</tr>
我想在点击btnAdd 的时候,自动在上面的tr id=trProduction 这行后面 继续添加上面的一个tr,重复内容.请教实现方法
$(document).ready(function() {
$("input:button[id=btnAdd]").click(function() {
$("<input type='text' name='ddd' id='ddd' value='Hello, Nowamagic' ><br>").appendTo("#trProduction");
});
........................................
});
慕勒3428872
牛魔王的故事
青春有我
侃侃无极