<table>
<thead>
<tr>
<th style="width: 1%">
test
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="#" onclick="Delete(this)">
刪除
</a>
<a href="#" onclick="Delete(this)">
刪除
</a>
<a href="#" onclick="Delete(this)">
刪除
</a>
</td>
</tr>
</tbody>
</table>
function Delete(_this) { _this.closest('tr').remove(); }
沒有留言:
張貼留言