From e5a32e27cac262a50684d99b8b0489694083cf49 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 21 Jul 2011 11:41:48 -0400 Subject: [PATCH] Add update / change documentation. --- docsupport/style.css | 4 ++-- index.html | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/docsupport/style.css b/docsupport/style.css index bf5d9aa..2854c83 100644 --- a/docsupport/style.css +++ b/docsupport/style.css @@ -37,8 +37,8 @@ h3 { font-weight: bold; } ul li { list-style: disc; margin-left: 1em; margin-bottom: 1.25em; } ol li { margin-left: 1.25em; } -ol ul { margin: .25em 0 0; } -ol ul li { margin: 0 0 .25em 1em; } +ol ul, ul ul { margin: .25em 0 0; } +ol ul li, ul ul li { list-style-type: circle; margin: 0 0 .25em 1em; } li > p { margin-top: .25em; } diff --git a/index.html b/index.html index 9c08b41..ea11ead 100644 --- a/index.html +++ b/index.html @@ -1185,6 +1185,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

+
+ +

Why use Chosen?