Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>模拟select控件的左边移动到右边的功能</title>
<script type="text/javascript" src="//apps.bdimg.com/libs/jquery/1.11.3/jquery.min.js"></script>
<style type="text/css">
*{ margin:0; padding:0; font-size:12px;}
#wBox{ width:524px; float:left; margin:20px;}
#wBox ul{ border:1px solid #09F; width:168px; float:left; list-style:none; padding:10px; height:200px; overflow:auto;}
#wBox ul li{ border:1px solid #ccc; height:22px; line-height:22px; text-align:center; margin:3px; cursor:pointer;}
#wBox ul li.noSelect{ border-color:#000; background:#eee; color:#ccc; cursor:default;}
#wBox ul li.biaoji{ background:#FFC; border-color:#F90; font-weight:bold;}
#wBox ul#listBox1{ margin-right:10px;}
#wBox ul#listBox2{ float:right;}
CSS代码...
JS代码...
xxxxxxxxxx