jquery select多选框的左右移动 具体实现代码

2020-05-23 06:12:12易采站长站整理

<tr> 
  <td colspan=”4″ align=”center”>选择分包</td> 
  </tr> 
<tr> 
 <td class=”black” width=”30%” align=”center” height=”150″> 
 <select id=”fb_list” multiple=”multiple” style=”text-align:center;width:300px;height:150px;”></select>  
 </td> 
  <td align=”center” width=”5%”> 
    <input type=”button” id=”add” value=”添加>>” /> 
      <br/> 
      <br/> 
      <input type=”button” id=”delete” value=”<<删除” /> 
    </td> 
    <td class=”black” width=”30%” align=”center”> 
    <select id=”select_list” multiple=”multiple” style=” text-align:center;width:300px;height:150px;”></select> 
    </td> 
</tr> 
</table>
</body>
</html>