|
要如何 clone the table 然后自动增加这 #changeThis 数字当我按这 button?
我的问题如下,
<button type="button" onclick="cloneTable()">clone Table</button>
<table>
<tr>
<th id="changeThis">1</th>
<td>
<select name="" size="1">
<option></option>
<option></option>
<option></option>
</select>
<input type="text" >
</td>
</tr>
</table> |
|