From 88f350d99285c9d902a4f87011715ea94672f5b2 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 21 Jul 2011 10:28:26 -0400 Subject: [PATCH] More doc updates. --- example.html | 6 +++--- example.jquery.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example.html b/example.html index 5cbec77..bd2d58c 100644 --- a/example.html +++ b/example.html @@ -1199,7 +1199,7 @@ <select title="Choose a country..." style="width:350px;" multiple class="chzn-select"> -

Setup

+

Setup (for Prototype)

Using Chosen is easy as can be.

  1. Download the plug-in and copy the chosen files to your app.
  2. @@ -1208,6 +1208,6 @@
- - + + \ No newline at end of file diff --git a/example.jquery.html b/example.jquery.html index 2f80882..81d19c4 100644 --- a/example.jquery.html +++ b/example.jquery.html @@ -1199,16 +1199,16 @@ <select title="Choose a country..." style="width:350px;" multiple class="chzn-select"> -

Setup

+

Setup (for jQuery)

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. Activate the plug-in on the select boxes of your choice: $(".chzn-select").chosen()
  6. Disco.
- - - + + + \ No newline at end of file