What is that this?
It is a jQuery plugin extending the performance of Twitter Bootstrap. It lets you flip a default choose enter subject into a component utterly matching the fashion of Twitter Bootstrap with one line of JavaScript.
Why use it?
- applies Twitter Bootstrap fashion to a choose enter subject
 - preserves native choose enter subject behaviour (you should use GET or POST strategies to submit the chosen worth)
 - simply stylable
 - responsive (optionally)
 - by default makes use of Twitter Bootstrap button styling and subject sizing classnames, however this may be simply overridden through the use of customized ones
 - accessible – helps keyboard tabbing very nicely (gaining and loosing focus)
 
Simple to make use of
Instance:
<script>
    $(doc).prepared(operate(){
        $('.some_classname').bootstrapSelect();
    });
</script>
Please word: step-by-step clarification is within the docs.
This plugin requires
- jQuery JavaScript library
 - Twitter Bootstrap 2 front-end framework
 
Changelog
v 1.0 (03 November 2013)
Restructured plugin and added public strategies: change, get_value, set_value; Customized attributes on preliminary choose aspect are copied to a generated HTML aspect
v 0.1 (21 September 2013)
Prevented type submit on caret/button click on, autocomplete prevented on enter subject, typing and pasting prevented, added a brand new choice – most objects seen with no scrollbar
Preliminary launch (16 Could 2013)

