【发布时间】:2012-08-31 16:49:01
【问题描述】:
这是我的文凭项目,我想在开始时插入一行选择设备选择,但我不知道如何使用 jQuery。
<form>
<table border="1">
<tr>
<td>Kod Peralatan</td>
<td>Nama Peralatan</td>
</tr>
<tr>
<td>
<select>
<option>Choose Equipment</option>
</select>
</td>
<td> </td>
</tr>
</table>
<table>
<tr>
<td align="right">
<button type="button">Add Row</button>
</td>
</tr>
</table>
</center>
</form>
【问题讨论】:
-
查看 codecademy.com 的 jquery 教程,它们很棒,并且有课程可以教你如何做你想做的事
标签: javascript jquery