MCPcopy Index your code
hub / github.com/snapappointments/bootstrap-select

github.com/snapappointments/bootstrap-select @v1.13.18 sqlite

repository ↗ · DeepWiki ↗ · release v1.13.18 ↗
51 symbols 117 edges 47 files 0 documented · 0%
README

bootstrap-select

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







<a href="https://github.com/snapappointments/bootstrap-select/releases/latest" target="_blank">
    <img src="https://img.shields.io/github/release/snapappointments/bootstrap-select.svg" alt="Latest release">
</a>
<a href="https://www.npmjs.com/package/bootstrap-select" target="_blank">
    <img src="https://img.shields.io/npm/v/bootstrap-select.svg" alt="npm">
</a>
<a href="https://www.nuget.org/packages/bootstrap-select" target="_blank">
    <img src="https://img.shields.io/nuget/v/bootstrap-select.svg" alt="NuGet">
</a>
<a href="https://cdnjs.com/libraries/bootstrap-select" target="_blank">
    <img src="https://img.shields.io/cdnjs/v/bootstrap-select.svg" alt="CDNJS">
</a>
<a href="https://www.jsdelivr.com/package/npm/bootstrap-select" target="_blank">
    <img src="https://data.jsdelivr.com/v1/package/npm/bootstrap-select/badge?style=rounded" alt="jsDelivr">
</a>



<a href="https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE" target="_blank">
    <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="License">
</a>
<a href="https://david-dm.org/snapappointments/bootstrap-select?type=peer" target="_blank">
    <img src="https://img.shields.io/david/peer/snapappointments/bootstrap-select.svg" alt="peerDependencies Status">
</a>
<a href="https://david-dm.org/snapappointments/bootstrap-select#info=devDependencies" target="_blank">
    <img src="https://david-dm.org/snapappointments/bootstrap-select/dev-status.svg" alt="devDependency Status">
</a>







<a href="https://developer.snapappointments.com/bootstrap-select"><img src="https://user-images.githubusercontent.com/2874325/38997831-97e12bbe-43ab-11e8-85f5-b8c05d91c7b1.gif" width="289" height="396" alt="bootstrap-select demo"></a>

Demo

You can view a live demo and some examples of how to use the various options here.

Quick start

Bootstrap-select requires jQuery v1.9.1+, Bootstrap’s dropdown.js component, and Bootstrap's CSS. If you're not already using Bootstrap in your project, a precompiled version of the Bootstrap v3.4.1 minimum requirements can be downloaded here. If using bootstrap-select with Bootstrap v4+, you'll also need Popper.js. For all of Bootstrap v4's requirements, see Getting started. A precompiled version of the requirements will be made available in an upcoming release of bootstrap-select.

Several quick start options are available:

  • Download the latest release.
  • Clone the repo: git clone https://github.com/snapappointments/bootstrap-select.git
  • Install with npm: npm install bootstrap-select
  • Install with yarn: yarn add bootstrap-select
  • Install with Composer: composer require snapappointments/bootstrap-select
  • Install with NuGet: Install-Package bootstrap-select
  • Install with Bower: bower install bootstrap-select
  • Install via CDN (cdnjs or jsDelivr):

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/css/bootstrap-select.min.css">


<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/bootstrap-select.min.js"></script>


<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.18/dist/js/i18n/defaults-*.min.js"></script>

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.

Usage

Bootstrap 4 only works with bootstrap-select v1.13.0+. By default, bootstrap-select automatically detects the version of Bootstrap being used. However, there are some instances where the version detection won't work. See the documentation for more information.

Via selectpicker class

Add the selectpicker class to your select elements to auto-initialize bootstrap-select.

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

Via JavaScript

// To style only selects with the my-select class
$('.my-select').selectpicker();

or

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

If calling bootstrap-select via JavaScript, you will need to wrap your code in a .ready() block or place it at the bottom of the page (after the last instance of bootstrap-select).

$(function () {
    $('select').selectpicker();
});

Check out the documentation for further information.

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.

Documentation

Bootstrap-select's documentation, included in this repo in the root directory, is built with MkDocs and hosted at https://developer.snapappointments.com/bootstrap-select. The documentation may also be run locally.

Copyright and license

Copyright (C) 2012-2018 SnapAppointments, LLC

Licensed under the MIT license.

Core symbols most depended-on inside this repo

toInteger
called by 12
js/bootstrap-select.js
_
called by 11
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js
s
called by 10
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js
b
called by 10
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js
u
called by 7
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js
getSelectValues
called by 5
js/bootstrap-select.js
l
called by 5
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js
o
called by 5
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js

Shape

Function 51

Languages

TypeScript100%

Modules by API surface

js/bootstrap-select.js25 symbols
docs/custom_theme/ajax/libs/highlight.js/9.15.6/js/highlight.pack.js19 symbols
docs/docs/playground/plnkrOpener.js4 symbols
docs/custom_theme/js/base.js3 symbols

Dependencies from manifests, versioned

autoprefixer9.7.6 · 1×
grunt1.1.0 · 1×
grunt-banner0.6.0 · 1×
grunt-contrib-clean2.0.0 · 1×
grunt-contrib-compress1.6.0 · 1×
grunt-contrib-concat1.0.1 · 1×
grunt-contrib-copy1.0.0 · 1×
grunt-contrib-csslint2.0.0 · 1×
grunt-contrib-cssmin3.0.0 · 1×
grunt-contrib-less2.0.0 · 1×
grunt-contrib-uglify4.0.1 · 1×

For agents

$ claude mcp add bootstrap-select \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact