From 609045a5eeffc38c2d0c8e69b93c829840388854 Mon Sep 17 00:00:00 2001 From: Wilker Lucio Date: Wed, 5 May 2010 16:45:42 -0300 Subject: [PATCH] Added README content --- README.textile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.textile b/README.textile index e69de29..e64011f 100644 --- a/README.textile +++ b/README.textile @@ -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 \ No newline at end of file