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