# bsmSelect - Better Select Multiple #
based on asmSelect - Alternate Select Multiple by Ryan Cramer
* [Google code project](http://code.google.com/p/jquery-asmselect/)
* [Github page](http://github.com/ryancramerdesign/jquery-asmSelect)
* [Ryan's article about asmSelect](http://www.ryancramer.com/journal/entries/select_multiple/)
* the original README can be found in the project root folder
## Demo ##
[bsmSelect demo](http://www.suumit.com/projects/bsmSelect/examples/index.html)
## Usage ##
Include jquery, bsmSelect, and css in document head:
Use a jQuery selector in your document ready function:
jQuery(function($) {
$("select[multiple]").bsmSelect();
});
If desired, you can specify options when you call the plugin:
jQuery(function($) {
$("select[multiple]").bsmSelect({
addItemTarget: 'top'
});
});
The newly created select default option is the original select title attribute:
## Requirements ##
* jQuery 1.4+ (you might need a newer version for IE9 compatibility)
## Options ##
### Primary Options ###
* listType:
* Specify what list will be created or used as part of the bsmSelect.
* Can accept a callback that accepts the original