这是一款左右多重选择jquery扩展,支持排序、查找、多选、左移动右移动就不说了。特别方便下面的图片是我整合到DWZ里的一个效果。Demo-Download!
Multiselect (html select with parameter multiple=”multiple”) normally are very difficult to use.
In this modified version of multiselect the select is double (double side select), the right one with the selected element, the left side for insert other element.
Four new button for:
- add the left selected options to the right
- add all left options to the right
- remove the right selected options
- remove all right options
Double click both on left and right options is enabled.
Five optional move button:
- sort – sort options
- top – move to top selected options
- up – move up selected options
- down – move down selected options
- bottom – move to bottom selected options
See the plugin Select Multiple Double Side page!
» 版权所有:YaoLei's Blog » jQuery select multiple double side 双向选择扩展
» 本文链接:https://www.yaolei.info/archives/169
为什么我在本地做了这样的例子,在rails中使用的,但是select 是一行显示那种,不是多行显示?是什么问题?