1. 首页
  2. 服务器应用
  3. FTP
  4. jQuery实现Select左右复制移动内容

jQuery实现Select左右复制移动内容

上传者: 2020-11-29 12:58:06上传 PDF文件 185.55KB 热度 16次
引入的文件为[removed][removed] 双击也可以移动 [1].[代码] [removed] $(function(){ //移到右边 $("#add").click(function(){ //获取选中的选项,删除并追加给对方 $("#select1 option:selected").appendTo("#select2"); }); //移到左边 $("#remove").click(function(){ $("#select2 optio
下载地址
用户评论