【发布时间】:2009-03-06 00:17:25
【问题描述】:
如果我有一个如下所示的表格,并且有一个上下箭头可以上下移动行,我将如何在 JQuery 中交换行?
<tr id="Row1">
<td>Some label</td>
<td>Some complex control</td>
</tr>
<tr id="Row2">
<td>Some label</td>
<td>Some complex control</td>
</tr>
<tr id="Row3">
<td>Some label</td>
<td>Some complex control</td>
</tr>
【问题讨论】:
标签: jquery