Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crlcu/multiselect
jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.
https://github.com/crlcu/multiselect
jquery-plugin multiselect
Last synced: 7 days ago
JSON representation
jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.
- Host: GitHub
- URL: https://github.com/crlcu/multiselect
- Owner: crlcu
- License: mit
- Created: 2013-03-21T07:21:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T17:48:21.000Z (7 months ago)
- Last Synced: 2024-11-01T18:05:20.934Z (12 days ago)
- Topics: jquery-plugin, multiselect
- Language: JavaScript
- Size: 1.71 MB
- Stars: 308
- Watchers: 22
- Forks: 128
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
multiselect
===========jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.
# [Demo](http://crlcu.github.io/multiselect/)
## Requirements
- jQuery 1.7 or higher
## Quick start
Several quick start options are available:
- Clone the repo: `git clone https://github.com/crlcu/multiselect.git` or
- Install with [Bower](http://bower.io): `bower install multiselect-two-sides`.### Usage example
```html
Item 1
Item 3
Item 2
``````javascript
jQuery(document).ready(function($) {
$('#multiselect').multiselect();
});```
## Bugs and feature requests
If your problem or idea is not [addressed](https://github.com/crlcu/multiselect/issues) yet, [please open a new issue](https://github.com/crlcu/multiselect/issues/new).
## Versioning
For transparency into release cycle and in striving to maintain backward compatibility, multiselect is maintained under [the Semantic Versioning guidelines](http://semver.org/).
## License
The multiselect plugin is open-sourced software licensed under the [the MIT license](https://github.com/crlcu/multiselect/blob/master/LICENSE).