jQuery MultiSelect Plugin这个jQuery插件可以将原始的HTML select控件转换成一个功能强大的checkboxe控件。支持ThemeRoller,对下拉选项进行分组,可以全选/消取/关闭下拉选项,支持键盘操作,可以为onClick和onOpen添加回调事件。<IMG alt=MultiSelect.jpg src="https://simg.o
Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors. 1.1.0 Released February 6, 2014 21941 Watchers 3851 Forks multiselect This is a user-friendlier drop-in replacement for the standard with...
jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side. - crlcu/multiselect
输入中文的时候控件可以根据输入的中文自动提示,如输入"北" 提示北京,但是如果想输入"bei"提示"北京".控件无法完成这个功能,这个时候需要修改源代码,在jquery.multiselect.filter.js文件中,有一个专门来做提示的函数updateCache,找到这个函数的定义 updateCache:function() {//each list itemthis.rows =this.instance....
jQuery MultiSelect版本: Forms jQuery 授权协议: 开发语言: JavaScript 操作系统: 项目首页 项目文档 项目下载 0 jQuery MultiSelect是一个可配置的jQuery插件。它将普通的列表框表单控件转换成带有CheckBox的下拉列表控件。 相关项目 jQuery MultiSelect jQuery MultiSelect Plugin jQuery UI MultiSelect Widget jQuery...
jQuery MultiSelect jQuery MultiSelect是一个可配置的jQuery插件。它将普通的列表框表单控件转换成带有CheckBox的下拉列表控件。 jQuery MultiSelect Editable(jQuery Editable Plugin) 这 是一个真正可定制的jQuery editableplugin。当前它能够将任意不可编辑的标签(span、div、p...等)转换成可编辑的textinput、password、 ...
Fix multiselect plugin to work with jQuery 3.5.x Fix pixel which causes scroll in Chrome in setGridWidth method when boostrap4 Fixes for multibox header for jquery-ui css Fisxes for multisorting and sorting icons in Boostrap4 resizeGrid now resizes to the parent/window height CSS Fixes for...
Bootstrap Multiselect is featured in an article ontutorialzine:50 must-Have Plugins for Extending Twitter Bootstrap; onBootsnipp'slist of Twitter Bootstrap resources; onDesign Your Way; and available onNuGet. If you use this plugin commercially, consider supporting the development bymaking a donati...
Add onMultiSelect event which executes when action is performed Add onErrorLoadData for simple subgrid when do ajax request. Added ajax error event in ajax populatesubgrid function. To the multiselect checkboxes we can apply custom formatter ...
jQuery选择框插件multiselect2side jQuery select multiple double side html中的多选框控件功能比较简单,在数据较多的情况下,不能直观得展示出来。multiselect2side插件就增强了诸多功能完善多选框。有一点比较好的就是,对分组数据的支持,可以根据分组数据选择。