导读:Getting Started Link the Required Files First,the?jQuery?library needs to be included. Then?Twitter Bootstrap?- both the Javascript library and the CSS stylesheet - needs to be included. !-- Include Twitter Bootstrap and jQuery: -- link re
Getting Started
Link the Required Files
First,the?jQuery?library needs to be included. Then?Twitter Bootstrap?- both the Javascript library and the CSS stylesheet - needs to be included.
Note that the plugin will work both with version 2.x of the jQuery library as well as with version 1.10.x of the jQuery library. So for using the Google CDN you may have to adjust the version.
Create a Select
Now simply use HTML to create your?select?input which you want to turn into a multiselect. Remember to set the?multipleattribute as to get a real multiselect - but do not worry,the plugin can also be used as usual select without the?multipleattribute being present.