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: 8 months ago
JSON representation
Implements skinnable select boxes which provides option to display selection in multiple columns/rows
- Host: GitHub
- URL: https://github.com/shawnchin/jquery-gentleSelect
- Owner: shawnchin
- License: mit
- Created: 2010-11-11T15:51:08.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T13:12:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T20:39:18.017Z (about 1 year ago)
- Homepage: http://shawnchin.github.io/jquery-gentleSelect
- Size: 52.7 KB
- Stars: 39
- Watchers: 5
- Forks: 22
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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"