PHPackages                             jqmodules/bootstrap-select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jqmodules/bootstrap-select

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jqmodules/bootstrap-select
==========================

A custom &lt;select&gt; for Bootstrap using button dropdown as replacement

1.7.31(10y ago)1501MITJavaScript

Since Dec 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jqmodules/bootstrap-select)[ Packagist](https://packagist.org/packages/jqmodules/bootstrap-select)[ Docs](http://silviomoreto.github.io/bootstrap-select)[ RSS](/packages/jqmodules-bootstrap-select/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (23)Used By (1)

bootstrap-select
================

[](#bootstrap-select)

[![Latest release](https://camo.githubusercontent.com/7e990970e2cfed13923b3d410f57339d246fdb4f2fc0406bb145a4e750e347c5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f73696c76696f6d6f7265746f2f626f6f7473747261702d73656c6563742e7376673f7374796c653d666c6174)](https://github.com/silviomoreto/bootstrap-select/releases/latest)![Bower](https://camo.githubusercontent.com/e9d51e45a17f4ec284d99d04699c845c7dd860a7a4c62ae32925804affce3cc0/68747470733a2f2f696d672e736869656c64732e696f2f626f7765722f762f626f6f7473747261702d73656c6563742e737667)![npm](https://camo.githubusercontent.com/16d438025191b71421836a5ac7e88b4d2fa9882202ed9cd650a780aefc82d3d7/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f626f6f7473747261702d73656c6563742e737667)[![License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE)[![Dependency Status](https://camo.githubusercontent.com/70497fdc539f6d2f31ea7643eb7b90a6daf77db4c0893166e00663b37041cba7/68747470733a2f2f64617669642d646d2e6f72672f73696c76696f6d6f7265746f2f626f6f7473747261702d73656c6563742e737667)](https://david-dm.org/silviomoreto/bootstrap-select)[![devDependency Status](https://camo.githubusercontent.com/a5f8c9e71d2fb81e4ea8a57e95350d65ab2d2bcb12f5e0f80e08050d656b32d9/68747470733a2f2f64617669642d646d2e6f72672f73696c76696f6d6f7265746f2f626f6f7473747261702d73656c6563742f6465762d7374617475732e737667)](https://david-dm.org/silviomoreto/bootstrap-select#info=devDependencies)

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

Demo and Documentation
----------------------

[](#demo-and-documentation)

See a Bootstrap 3 example [here](http://silviomoreto.github.io/bootstrap-select).

Authors
-------

[](#authors)

[Silvio Moreto](https://github.com/silviomoreto), [Ana Carolina](https://github.com/anacarolinats), [caseyjhol](https://github.com/caseyjhol), [Matt Bryson](https://github.com/mattbryson), and [t0xicCode](https://github.com/t0xicCode).

Usage
-----

[](#usage)

Create your `` with the `.selectpicker` class.

```

  Mustard
  Ketchup
  Barbecue

```

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 ``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()`](http://api.jquery.com/ready/) block.

```
// To style only s with the selectpicker class
$('.selectpicker').selectpicker();
```

Or

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

Checkout the [documentation](http://silviomoreto.github.io/bootstrap-select) for further information.

CDN
---

[](#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](https://github.com/silviomoreto/bootstrap-select/releases) for the latest release.

- [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/css/bootstrap-select.min.css](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/css/bootstrap-select.min.css)
- [//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/js/bootstrap-select.min.js](//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/js/bootstrap-select.min.js)
- //cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.5/js/i18n/defaults-\*.min.js (The translation files)

Bugs and feature requests
-------------------------

[](#bugs-and-feature-requests)

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

- [Bug reports](CONTRIBUTING.md#bug-reports)
- [Feature requests](CONTRIBUTING.md#feature-requests)

Copyright and license
---------------------

[](#copyright-and-license)

Copyright (C) 2013-2015 bootstrap-select

Licensed under [the MIT license](LICENSE).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 54.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~30 days

Recently: every ~18 days

Total

21

Last Release

3989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5b5b41a27c22c02fd7a9e66995586a7bc4851492eba68aa9b669faed3b9ccb9?d=identicon)[jqutils](/maintainers/jqutils)

---

Top Contributors

[![caseyjhol](https://avatars.githubusercontent.com/u/2874325?v=4)](https://github.com/caseyjhol "caseyjhol (414 commits)")[![t0xicCode](https://avatars.githubusercontent.com/u/1268885?v=4)](https://github.com/t0xicCode "t0xicCode (141 commits)")[![silviomoreto](https://avatars.githubusercontent.com/u/2363151?v=4)](https://github.com/silviomoreto "silviomoreto (109 commits)")[![vsn4ik](https://avatars.githubusercontent.com/u/3757319?v=4)](https://github.com/vsn4ik "vsn4ik (30 commits)")[![anacarolinats](https://avatars.githubusercontent.com/u/755514?v=4)](https://github.com/anacarolinats "anacarolinats (15 commits)")[![altearius](https://avatars.githubusercontent.com/u/270430?v=4)](https://github.com/altearius "altearius (6 commits)")[![dcwatson](https://avatars.githubusercontent.com/u/293445?v=4)](https://github.com/dcwatson "dcwatson (4 commits)")[![lnt](https://avatars.githubusercontent.com/u/5462166?v=4)](https://github.com/lnt "lnt (3 commits)")[![smashercosmo](https://avatars.githubusercontent.com/u/273283?v=4)](https://github.com/smashercosmo "smashercosmo (3 commits)")[![antonellopasella](https://avatars.githubusercontent.com/u/96335?v=4)](https://github.com/antonellopasella "antonellopasella (3 commits)")[![raido](https://avatars.githubusercontent.com/u/659945?v=4)](https://github.com/raido "raido (3 commits)")[![jonathantneal](https://avatars.githubusercontent.com/u/188426?v=4)](https://github.com/jonathantneal "jonathantneal (3 commits)")[![Zhomart](https://avatars.githubusercontent.com/u/830536?v=4)](https://github.com/Zhomart "Zhomart (2 commits)")[![burnspirit](https://avatars.githubusercontent.com/u/2326627?v=4)](https://github.com/burnspirit "burnspirit (2 commits)")[![carlosrberto](https://avatars.githubusercontent.com/u/679481?v=4)](https://github.com/carlosrberto "carlosrberto (2 commits)")[![martinpanek87](https://avatars.githubusercontent.com/u/2520048?v=4)](https://github.com/martinpanek87 "martinpanek87 (2 commits)")[![MisatoTremor](https://avatars.githubusercontent.com/u/3536384?v=4)](https://github.com/MisatoTremor "MisatoTremor (2 commits)")[![noirbizarre](https://avatars.githubusercontent.com/u/15725?v=4)](https://github.com/noirbizarre "noirbizarre (2 commits)")[![Nushio](https://avatars.githubusercontent.com/u/124278?v=4)](https://github.com/Nushio "Nushio (2 commits)")[![sgnraft](https://avatars.githubusercontent.com/u/265018326?v=4)](https://github.com/sgnraft "sgnraft (2 commits)")

---

Tags

bootstrapformselectreplacement

### Embed Badge

![Health badge](/badges/jqmodules-bootstrap-select/health.svg)

```
[![Health](https://phpackages.com/badges/jqmodules-bootstrap-select/health.svg)](https://phpackages.com/packages/jqmodules-bootstrap-select)
```

###  Alternatives

[snapappointments/bootstrap-select

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

9.8k501.2k3](/packages/snapappointments-bootstrap-select)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[istvan-ujjmeszaros/bootstrap-duallistbox

A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.

628207.6k2](/packages/istvan-ujjmeszaros-bootstrap-duallistbox)[kartik-v/yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)

445.2M14](/packages/kartik-v-yii2-widget-timepicker)[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

474.3M8](/packages/kartik-v-yii2-widget-rating)[harvesthq/chosen

Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.

405.3M12](/packages/harvesthq-chosen)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
