Skip to content

Robelind/bootstrap-select

This branch is 1144 commits behind snapappointments/bootstrap-select:main.

Folders and files

NameName
Last commit message
Last commit date
Jan 23, 2015
Jan 23, 2015
Jan 20, 2015
Oct 1, 2014
Aug 3, 2014
Jan 17, 2015
Jan 19, 2015
Jan 19, 2015
Dec 28, 2014
Jan 19, 2015
Jan 17, 2015
Jan 19, 2015

Repository files navigation

bootstrap-select

Latest release License Dependency Status devDependency Status

A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects.

Demo and Documentation

See a Bootstrap 3 example here.

Authors

Silvio Moreto, Ana Carolina, caseyjhol, Matt Bryson, and t0xicCode.

Usage

Create your <select> with the .selectpicker class.

<select class="selectpicker">
  <option>Mustard</option>
  <option>Ketchup</option>
  <option>Barbecue</option>
</select>

If you use a 1.6.3 or newer, you don't need to to anything else, as the data-api automatically picks up the <select>s with the selectpicker class.

If you use an older version, you need to add the following either at the bottom of the page (after the last selectpicker), or in a $(document).ready() block.

// To style only <select>s with the selectpicker class
$('.selectpicker').selectpicker();

Or

// To style all <select>s
$('select').selectpicker();

Checkout the documentation for further information.

CDN

N.B.: The CDN is updated after the release is made public, which means that there is a delay between the publishing of a release and its availability on the CDN. Check the GitHub page for the latest release.

Bugs and feature requests

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing. Make sure you're using the latest version of bootstrap-select before submitting an issue.

Copyright and license

Copyright (C) 2013-2015 bootstrap-select

Licensed under the MIT license.

About

A custom select for @twitter bootstrap using button dropdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.9%
  • HTML 23.4%
  • CSS 0.7%