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.com/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
```
```javascript
```
## 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).