我有兩列表有多行。此外,我還有一些隱藏字段來填充列中的值。現在我想在點擊某個按鈕時將隱藏字段的值加載到表格的列中。用jquery動態添加列內容
<table>
<tbody>
<tr>
<th>ACL</th>
<td></td>
<input id="field0" type="hidden" value="Access Control List"/>
</tr>
<tr>
<th>Bcc</th>
<td></td>
<input id="field1" type="hidden" value="Blind Carbon Copy"/>
</tr>
......
</tbody>
</table>
什麼簡單的方法來實現這個?
告訴我們你到目前爲止嘗試過什麼。 – 2014-09-03 21:38:37