From adef3c62026eafab0ad991e7ea5c7c61437121b5 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Wed, 22 Jun 2011 18:12:06 -0400 Subject: [PATCH] Cleaning up repository for showtime. --- chosen.jquery.js | 8 - chosen-arrows.png => chosen/chosen-arrows.png | Bin chosen-close.png => chosen/chosen-close.png | Bin chosen.css => chosen/chosen.css | 0 chosen.proto.js => chosen/chosen.proto.js | 0 empty.txt | 1 - index-jq.html | 496 -------- index.html | 1092 ----------------- 8 files changed, 1597 deletions(-) delete mode 100644 chosen.jquery.js rename chosen-arrows.png => chosen/chosen-arrows.png (100%) rename chosen-close.png => chosen/chosen-close.png (100%) rename chosen.css => chosen/chosen.css (100%) rename chosen.proto.js => chosen/chosen.proto.js (100%) delete mode 100644 empty.txt delete mode 100644 index-jq.html delete mode 100644 index.html diff --git a/chosen.jquery.js b/chosen.jquery.js deleted file mode 100644 index ef9de3b..0000000 --- a/chosen.jquery.js +++ /dev/null @@ -1,8 +0,0 @@ -(function( $ ){ - $.fn.chosen = function() { - - - // Do your awesome plugin stuff here - - }; -})( jQuery ); \ No newline at end of file diff --git a/chosen-arrows.png b/chosen/chosen-arrows.png similarity index 100% rename from chosen-arrows.png rename to chosen/chosen-arrows.png diff --git a/chosen-close.png b/chosen/chosen-close.png similarity index 100% rename from chosen-close.png rename to chosen/chosen-close.png diff --git a/chosen.css b/chosen/chosen.css similarity index 100% rename from chosen.css rename to chosen/chosen.css diff --git a/chosen.proto.js b/chosen/chosen.proto.js similarity index 100% rename from chosen.proto.js rename to chosen/chosen.proto.js diff --git a/empty.txt b/empty.txt deleted file mode 100644 index bd7fab7..0000000 --- a/empty.txt +++ /dev/null @@ -1 +0,0 @@ -Nothing to see here. \ No newline at end of file diff --git a/index-jq.html b/index-jq.html deleted file mode 100644 index 6950e00..0000000 --- a/index-jq.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 1e93e1f..0000000 --- a/index.html +++ /dev/null @@ -1,1092 +0,0 @@ -` - - - - - -
-

Chosen

-

Chosen is a javsacript plug-in for Prototype (jQuery support coming soon) that makes long, unwieldy select boxes much more user-friendly.

- -

Standard Select

-
-
- Turns This - -
-
- Into This - -
-
- -

Multiple Select

-
-
- Turns This - -
-
- Into This - -
-
- -

Why use Chosen?

- - -

Setup

-

Using Chosen is easy as can be.

-
    -
  1. Download the plug-in and copy the related files to your app.
  2. -
  3. Add the class chzn-select to any select box.
  4. -
  5. Disco.
  6. -
- -

FAQs

-
- - - \ No newline at end of file