-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
171 changed files
with
676 additions
and
596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ Bootstrap-select requires jQuery v1.9.1+, Bootstrap’s dropdown.js component, a | |
|
||
Several quick start options are available: | ||
|
||
- [Download the latest release.](https://github.com/snapappointments/bootstrap-select/archive/v1.13.12.zip) | ||
- [Download the latest release.](https://github.com/snapappointments/bootstrap-select/archive/v1.13.13.zip) | ||
- Clone the repo: `git clone https://github.com/snapappointments/bootstrap-select.git` | ||
- Install with [npm](https://www.npmjs.com/package/bootstrap-select): `npm install bootstrap-select` | ||
- Install with [yarn](https://yarn.pm/bootstrap-select): `yarn add bootstrap-select` | ||
|
@@ -57,13 +57,13 @@ Several quick start options are available: | |
|
||
```html | ||
<!-- Latest compiled and minified CSS --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].12/dist/css/bootstrap-select.min.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].13/dist/css/bootstrap-select.min.css"> | ||
|
||
<!-- Latest compiled and minified JavaScript --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].12/dist/js/bootstrap-select.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].13/dist/js/bootstrap-select.min.js"></script> | ||
|
||
<!-- (Optional) Latest compiled and minified JavaScript translation files --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].12/dist/js/i18n/defaults-*.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].13/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. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.