From 203da6c409ef50bdfab42f346c2de563a36efcf6 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Thu, 23 Jun 2011 12:17:56 -0400 Subject: [PATCH] Some more docs updates --- chosen/chosen.proto.js | 2 +- docsupport/style.css | 4 +++- index.html | 14 ++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chosen/chosen.proto.js b/chosen/chosen.proto.js index ee59a6d..1047f03 100644 --- a/chosen/chosen.proto.js +++ b/chosen/chosen.proto.js @@ -1,7 +1,7 @@ /*! Chosen for Protoype.js -by Patrick Filler at Harvest +by Patrick Filler for Harvest Copyright (c) 2011 Harvest diff --git a/docsupport/style.css b/docsupport/style.css index 38e49fd..1777ca6 100644 --- a/docsupport/style.css +++ b/docsupport/style.css @@ -55,4 +55,6 @@ div.side-by-side > div > em { margin-bottom: 10px; display: block; } clear: both; overflow: hidden; visibility: hidden; -} \ No newline at end of file +} + +a { color: #F36C00; } \ No newline at end of file diff --git a/index.html b/index.html index 6abbbca..f432dc2 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,8 @@

Chosen is a javsacript plug-in for Prototype (jQuery support coming soon) that makes long, unwieldy select boxes much more user-friendly.

+ +

Project page on GitHub

Standard Select

@@ -1028,16 +1030,12 @@

Why use Chosen?

  • -

    Easier to Use

    -

    Instead of forcing your users to scroll through a giant list of items, they can just start typing the name of the item they were looking for.

    +

    User Friendly

    +

    Instead of forcing your users to scroll through a giant list of items, they can just start typing the name of the item they were looking for. Non-matching entries are removed from view and choices can be selected using enter or mouse click.

  • Progressive Enhancement

    -

    Because chosen replaces normal html select fields, you don't need to do anything special to make it work for browsers without javascript.

    -
  • -
  • -

    Lightweight

    -

    Even un-minified, Chosen's JS, CSS and Images weigh in at under 50k.

    +

    Because chosen replaces normal html select fields, you don't need to do anything special to make it work for browsers without javascript. You don't need to do anything special on the back end to handle the data either -- the form field still gets submitted as normal.

  • Painless Setup

    @@ -1048,7 +1046,7 @@

    Setup

    Using Chosen is easy as can be.

      -
    1. Download the plug-in and copy the related files to your app.
    2. +
    3. Download the plug-in and copy the related files to your app.
    4. Add the class chzn-select to any select box.
    5. Disco.