2017 © Pedro Peláez
 

library bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

image

jqmodules/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  • Saturday, August 1, 2015
  • by jqutils
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • JavaScript
  • 1 Dependents
  • 0 Suggesters
  • 2215 Forks
  • 0 Open issues
  • 23 Versions
  • 0 % Grown

The README.md

bootstrap-select

Latest release Bower npm License Dependency Status devDependency Status, (*1)

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

Demo and Documentation

See a Bootstrap 3 example here., (*3)

Authors

Silvio Moreto, Ana Carolina, caseyjhol, Matt Bryson, and t0xicCode., (*4)

Usage

Create your <select> with the .selectpicker class., (*5)

<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 do anything else, as the data-api automatically picks up the <select>s with the selectpicker class., (*6)

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., (*7)

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

Or, (*8)

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

Checkout the documentation for further information., (*9)

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., (*10)

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., (*11)

Copyright (C) 2013-2015 bootstrap-select, (*12)

Licensed under the MIT license., (*13)

The Versions

01/08 2015

1.7.31

1.7.31.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

31/07 2015

dev-master

9999999-dev http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

31/07 2015

1.7.3

1.7.3.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

27/05 2015

1.7.2

1.7.2.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

22/05 2015

1.7.1

1.7.1.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

21/05 2015

1.7.0

1.7.0.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

20/04 2015

1.6.5

1.6.5.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

19/02 2015

1.6.4

1.6.4.0 http://silviomoreto.github.io/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

05/11 2014

dev-docs_2.0

dev-docs_2.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

03/10 2014

1.6.3

1.6.3.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

19/08 2014

1.6.2

1.6.2.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

12/08 2014

1.6.1

1.6.1.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

08/08 2014

1.6.0

1.6.0.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

25/06 2014

1.5.4

1.5.4.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

08/03 2014

1.5.2

1.5.2.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for Bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

04/03 2014

1.5.1

1.5.1.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

04/03 2014

1.5.0

1.5.0.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

16/01 2014

1.4.3

1.4.3.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

18/12 2013

1.4.2

1.4.2.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

12/12 2013

1.4.1

1.4.1.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

12/12 2013

1.4.0

1.4.0.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

11/12 2013

1.3.7

1.3.7.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement

10/12 2013

1.3.6

1.3.6.0 https://github.com/silviomoreto/bootstrap-select

A custom <select> for @twitter bootstrap using button dropdown as replacement

  Sources   Download

MIT

form bootstrap select replacement