jQuery plugin “bootstrapSelect” which transform a select in a bootstrap dropdown. Select multiple are shown with checkboxes
Best jQuery SelectBox Plugins & Tutorials with Demo
SelectListActions : jQuery plugin for HTML Select lists
jQuery.SelectListActions is a jQuery plugin that gives you several actions to perform with Select lists.
With this plugin you can:
- Move selected item(s) from a source list to a destination list
- Move all items from a source list to a destination list
- Move selected item(s) from a source list to a destination list and deleting the selected item(s) from the source list
- Move all items from a source list to a destination list and deleting all items from the source list
- Remove selected item(s) from a list
- Move selected item(s) up or down a list
Dropdown : jQuery MultiSelect Box Plugin
Dropdown is a jQuery-based lightweight drop-down box plug-in, support key / value search, token and select two modes.
Features:
- Support select and token two modes
- Support optgroup grouping
- Keep the native select keyboard operation
- Data source can be directly injected through the interface data can also be directly rendered select > option, automatically converted by the plug-in.
- Plug-in synchronization select and ul > li tag, easy to form field submission and front-end verification,
Extended Listbox : jQuery Plugin as Alternative to the HTML SELECT Tag
Extended Listbox is a simple to use jQuery plugin as powerful alternative to the HTML <select>
tag. The main problem of <select>
tag is that last one isn’t flexible for customization with CSS. Extended Listbox solves this problem. This component creates a list structure based on <div>
tags. The configuration is completely in JavaScript. It opens up great possibilities for customization.
In addition, this component provides other useful features like a search bar or group items.