Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.

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).