I wanted to add new row using jQuery.
Like this:
<table border="1">
<tr>
<th>id</th>
<th>name</th>
<th>description</th>
</tr>
<tr>
<td>1</td>
<td>einlanzer</td>
<td>dev</td>
</tr>
</table>
<input type="button" id="addme" value="add">
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…