Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shawnchin/jquery-gentleSelect

Implements skinnable select boxes which provides option to display selection in multiple columns/rows
https://github.com/shawnchin/jquery-gentleSelect

Last synced: 12 days ago
JSON representation

Implements skinnable select boxes which provides option to display selection in multiple columns/rows

Awesome Lists containing this project

README

        

# jQuery plugin: gentleSelect

gentleSelect is a jQuery plugin for transfoming select boxes into
a skinnable alternative. The selection list can be rendered with
multiple columns/rows to present larger datasets in a more
manageable format.

There is much to be done on the flexibility and robustness front,
and we welcome contributions and bug fixes. Feel free to fork
and send us pull requests!

## Usage

To use this plugin, one simply needs to load jQuery and the
JS/CSS scripts for gentleSelect, then attach it to your
select boxes on DOM ready:





$(document).ready(function() {
$('#your-select-box-id').gentleSelect();
});

For more options, see the [gentleSelect website].

## Others

Copyright (c) 2010, Shawn Chin.

This project is licensed under the [MIT license].

[gentleSelect website]: http://shawnchin.github.com/jquery-gentleSelect "gentleSelect Website"
[MIT License]: http://www.opensource.org/licenses/mit-license.php "MIT License"