Skip to content

一个基于jQuery、bootstrap样式的可配置双边下拉选框插件

Notifications You must be signed in to change notification settings

zLsPitaya/doubleSelectBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doubleSelectBox

一个基于jQuery、bootstrap样式的可配置双边下拉选框插件

使用方法

 var options = {
usePdssStyle: true, //是否使用PDSS样式(即自定义样式)
filterPlaceHolder: "请输入需要过滤的关键字", //过滤框提示
nonSelectedLabel: "请选中您要操作的项目", //未选中项目的标题
selectedLabel: "已选中项目", //已选中项目的标题
selectorMinimalHeight: 150, //下拉框的高度
selectedRequired: false, //是否必选项
doubleMove: true, //选项是否有双击事件
optionFields: optionFields, //未选中项
selectedFields: selectedFields, //已选中项
optionValue: "value",   //下拉框的值value
optionText: "text" //下拉框的文本值text
};

new PDSS_SelectBox($("#SelectBox1"), options);

示例图

Image text

About

一个基于jQuery、bootstrap样式的可配置双边下拉选框插件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published