Skip to content

shawnchin/jquery-gentleSelect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

<link type="text/css" src="gentleSelect/jquery-gentleSelect.min.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="gentleSelect/jquery-gentleSelect-min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    $('#your-select-box-id').gentleSelect();
});
</script>

For more options, see the gentleSelect website.

Others

Copyright (c) 2010, Shawn Chin.

This project is licensed under the MIT license.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published