<table width="100%" border="1" cellspacing="0" cellpadding="0" >
  <tbody id="ob">
  <tr>
  <td valign="top">AAAA</td>
  <td>
   <input type="button" name="add" id="add" value="添加" onclick="add()" />
  &nbsp;&nbsp;
  <input type="button" name="del" id="del" value="删除" onclick="remove()"/>
  </td>
  </tr>
  </tbody>
  <tbody id="nb"></tbody>
  </table>点击添加 则将ob中的内容复制到nb中 点击删除则 nb中对应的行!如何用jquery来实现?