forked from wilkerlucio/jquery-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62b027b
commit 609045a
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
h1. jQuery MultiSelect | ||
|
||
h2. About | ||
|
||
jQuery MultiSelect provide an elegant way to handle multiple options on an input. | ||
To see examples go to "jQuery MultiSelect page":http://wilkerlucio.github.com/jquery-multiselect/ | ||
|
||
h2. Instalation | ||
|
||
Just copy Javascripts, CSS and Image files in containing folders, see examples. | ||
|
||
h2. Requirements | ||
|
||
* jQuery 1.4+ | ||
|
||
h2. Tested on | ||
|
||
* IE6+ | ||
* Firefox | ||
* Safari | ||
* Chrome | ||
|
||
h2. TODO | ||
|
||
* Support for values independent from captions | ||
* Direct integration with select multiple |