我希望當我點擊+添加更多按鈕時,它應該添加與第1行相同的元素,並且S.No應該增加......並且每行都有刪除選項。在表中添加<tr>元素
<a href="" id="c" class="text-right">+add more</a>
<table class="table">
<thead>
<tr>
<th>S.No.</th>
<th>Name</th>
<th>Dose</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td style="width:80%">
<input id="1a" type="text" class="form-control">
</td>
<td style="width:80%">
<input type="number" class="form-control">
</td>
<tr>
</tbody>
</table>
的[添加錶行jQuery中]可能的複製( HTTP:// stackoverfl ow.com/questions/171027/add-table-row-in-jquery) – 0X0nosugar