Monday, March 16

Fancy & User-Friendly Select DropDowns with Chosen jQuery Plugin.


Chosen is a jQuery plugin that makes long, unwieldy ordinary select boxes much more user-friendly. Comes with a number of options and attributes that allow you to have full control of your select boxes.

    The following select types are supported:
       
        1. Standard Select
        2. Multiple Select
        3. <optgroup> Support
        4. Selected and Disabled Support
        5. Hide Search on Single Select
       
    Setup:
        Using Chosen is easy as can be.
       
        1. Download the plugin and copy the chosen files to your app.
        2. Activate the plugin on the select boxes of your choice:
            jQuery(".chosen-select").chosen();
       
    All modern browsers are supported (Firefox, Chrome, Safari and IE9). Legacy support for IE8 is also enabled.

No comments:

Post a Comment