I want when i click on the +add more button it should add the element same as in line no.1 also the S.No should incremented...and each row have remove option.
<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>