2017 © Pedro PelĂĄez
 

contao-component bootstrap-select

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

image

heimrichhannot/bootstrap-select

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

  • Friday, January 19, 2018
  • by digitales@heimrich-hannot.de
  • Repository
  • 8 Watchers
  • 20 Stars
  • 220 Installations
  • HTML
  • 1 Dependents
  • 0 Suggesters
  • 15 Forks
  • 4 Open issues
  • 5 Versions
  • 20 % Grown

The README.md

bootstrap-select

Latest release Bower npm NuGet CDNJS, (*1)

License Dependency Status devDependency Status, (*2)

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements., (*3)

bootstrap-select demo, (*4)

Demo and Documentation

You can view a live demo and some examples of how to use the various options here., (*5)

Bootstrap-select's documentation, included in this repo in the root directory, is built with MkDocs and publicly hosted on GitHub Pages at http://silviomoreto.github.io/bootstrap-select. The documentation may also be run locally., (*6)

Running documentation locally

  1. If necessary, install MkDocs.
  2. From the /bootstrap-select/docs directory, run mkdocs serve in the command line.
  3. Open http://127.0.0.1:8000/ in your browser, and voilĂ .

Learn more about using MkDocs by reading its documentation., (*7)

Authors

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

Usage

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

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

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

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

Or, (*12)

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

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

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

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

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

Licensed under the MIT license., (*17)

Used by

Does your organization use bootstrap-select? Open an issue, and include a link and logo, and you'll be added to the list., (*18)

The Versions

19/01 2018

dev-master

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

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

19/01 2018

v1.12.14

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

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

16/08 2017

1.12.5

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

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

05/07 2017

1.12.4

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

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement

29/06 2017

1.12.3

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

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

  Sources   Download

MIT

The Requires

 

form bootstrap select replacement