左右列表框内容选择控件

$("#right").click(function(){
$("#selectB option:selected").attr("selected",false);
$("#selectA option:selected").appendTo("#selectB");
});
$("#left").click(function(){
$("#selectA option:selected").attr("selected",false);
$("#selectB option:selected").appendTo("#selectA");
});
$("#rightAll").click(function(){
$("#selectA option").appendTo("#selectB");
});
$("#leftAll").click(function(){
$("#selectB option").appendTo("#selectA");
});
$("#selectA").dblclick(function(){
$("#selectB option:selected").attr("selected",false);
$("#selectA option:selected").appendTo("#selectB");
});
$("#selectB").dblclick(function(){
$("#selectA option:selected").attr("selected",false);
$("#selectB option:selected").appendTo("#selectA");
});


<table id="tableA" width="400" border="0">
<tr>
<td width="179" rowspan="2"><div align="right">
<select name="select" multiple="multiple" id="selectA" style="width:100px;height:160px">
<option value="1" >选项1</option>
<option value="2" >选项2</option>
<option value="3" >选项3</option>
<option value="4" >选项4</option>
<option value="5" >选项5</option>
<option value="6" >选项6</option>
<option value="7" >选项7</option>
<option value="8" >选项8</option>
</select>
</div>
</td>
<td width="14"><button id="rightAll" >>|</button><button id="right" >>></button></td>

<td width="193" rowspan="2">
<div align="left">
<select name="select2" multiple="multiple" id="selectB" style="width:100px;height:160px">
</select>
</div></td>
</tr>
<tr>
<td><button id="left" ><<</button><br /><button id="leftAll" >|<</button></td>
</tr>

</table>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值