
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
bootstrap-select-dropdown
Advanced tools
A jQuery plugin for Bootstrap 4 that converts <select> and <select multiselect> elements to dropdowns. Uses fuse.js for fuzzy search and Bootstrap's dropdown plugin.
A jQuery plugin for Bootstrap 4 that converts <select>
and <select multiselect>
elements to dropdowns. Uses fuse.js for fuzzy search and Bootstrap's dropdown plugin.
https://thompsonsj.com/bootstrap-select-dropdown/
The dist folder contains the files you need to use Bootstrap Select Dropdown.
dist
- bootstrap-select-dropdown.js
- bootstrap-select-dropdown.min.js
If using search (enabled by default), you will also need Fuse.js.
src/js/bootstrap-select-dropdown.js
can be used if compiling Bootstrap Select Dropdown with Bootstrap.
As with Bootstrap JavaScript plugins, Bootstrap Select Dropdown depends on Bootstrap's util.js
.
Install as a development dependency.
npm install --save-dev bootstrap-select-dropdown
Using a module bundler such as webpack, you may wish to bundle Bootstrap Select Dropdown together with Bootstrap.
# Example Bootstrap imports.
import $ from 'jquery';
import 'popper.js';
import 'bootstrap';
# Bootstrap Select Dropdown imports.
import Fuse from 'fuse.js';
import 'bootstrap-select-dropdown';
Version bump, builds, file tracking, commit and tag are handled automatically using the following commands.
npm version patch -m "Commit message."
npm version minor -m "Commit message."
npm version major -m "Commit message."
These commands call the version
in package.json
. This script builds documentation and distribution (including minified) files, and ensures changes applied by both builds are tracked by running git add .
.
For more information on npm version
, consult the npm docs.
FAQs
A jQuery plugin for Bootstrap 4 that converts <select> and <select multiselect> elements to dropdowns. Uses fuse.js for fuzzy search and Bootstrap's dropdown plugin.
The npm package bootstrap-select-dropdown receives a total of 50 weekly downloads. As such, bootstrap-select-dropdown popularity was classified as not popular.
We found that bootstrap-select-dropdown demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.