我有一个table
看起来像这样的:
<table id="table">
<thead>
<tr class='tablehead'>
<th>Test</th>
</tr>
</thead>
<tbody>
<tr class='tablecell'>
<td>
</td>
</tr>
</tbody>
</table>
- 我希望能够双击一行然后触发一个链接。
- 必须以某种方式传输 ID。我应该在哪里定义这个?这使我可以在之后编辑选定的行。
知道怎么做吗?