原理就是,有两个select框和两个点击按钮。向右→添加时,获取左边option的选中状态,所有选中的option加到右边去
效果图:
可复制代码,直接运行
<div style="border:1px solid #ccc;margin-top:10px;padding:10px;"> //格式调整
<table width="98%" border="0" align="center" cellspacing='0'cellpadding='0' class=''>
<tr>
//这是左边的框:未授权数据
<td style="width: 40%;border: 0px;text-align: center;padding-left: 0px;">
<div style="padding-left: 20px;text-align: left;">未授权数据</div>
<div><select id="unGrant" name="unGrant" multiple size="20" style="width: 300px;margin-left: 0px;line-height: 25px;height: 384px;">
<option value="选项1">选项1</option>
<opti