From c16c47f6491a571c379e4f895de1a9d0a2981f7f Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Wed, 22 Jun 2011 18:22:37 -0400 Subject: [PATCH] Add a Chosen example file. --- example.html | 1061 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1061 insertions(+) create mode 100644 example.html diff --git a/example.html b/example.html new file mode 100644 index 0000000..3d9ca45 --- /dev/null +++ b/example.html @@ -0,0 +1,1061 @@ +` + + + + + +
+

Chosen

+

Chosen is a javsacript plug-in for Prototype (jQuery support coming soon) that makes long, unwieldy select boxes much more user-friendly. For more information (including usage, explanation and faqs), check out the online documentation.

+ +

Standard Select

+
+
+ Turns This + +
+
+ Into This + +
+
+ +

Multiple Select

+
+
+ Turns This + +
+
+ Into This + +
+
+ +

Setup

+

Using Chosen is easy as can be.

+
    +
  1. Download the plug-in and copy the chosen files to your app.
  2. +
  3. Add the class chzn-select to any select box.
  4. +
  5. Disco.
  6. +
+ +
+ + + \ No newline at end of file