From 067e6b98cfd35153e519de2d89eb7792c7a62b4c Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 21 Jul 2011 11:42:40 -0400 Subject: [PATCH] Add update / change support details in example files. Closes Gh-23 --- example.html | 20 ++++++++++++++++++++ example.jquery.html | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/example.html b/example.html index bd2d58c..7ea6e25 100644 --- a/example.html +++ b/example.html @@ -1198,6 +1198,26 @@

Chosen automatically sets the default field text ("Choose a country...") by reading the select element's title value. If no title value is present, it will default to "Select Some Option" or "Select Some Options" depending on whether the select is single or multiple. You can change these elements in the plug-in js file as you see fit.

<select title="Choose a country..." style="width:350px;" multiple class="chzn-select"> + +

Change / Update Events

+
+ +

Setup (for Prototype)

Using Chosen is easy as can be.

diff --git a/example.jquery.html b/example.jquery.html index 81d19c4..b534e52 100644 --- a/example.jquery.html +++ b/example.jquery.html @@ -1199,6 +1199,26 @@ <select title="Choose a country..." style="width:350px;" multiple class="chzn-select"> +

Change / Update Events

+
+ +
+

Setup (for jQuery)

Using Chosen is easy as can be.