-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
8 changed files
with
18 additions
and
13 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 |
---|---|---|
|
@@ -115,20 +115,20 @@ Step 1: Load the following assets in your header. | |
```html | ||
<!-- default styles --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link href="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/css/star-rating.min.css" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].9/css/star-rating.min.css" media="all" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- optionally if you need to use a theme, then include the theme CSS file as mentioned below --> | ||
<link href="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/themes/krajee-svg/theme.css" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].9/themes/krajee-svg/theme.css" media="all" rel="stylesheet" type="text/css" /> | ||
|
||
<!-- important mandatory libraries --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/js/star-rating.min.js" type="text/javascript"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].9/js/star-rating.min.js" type="text/javascript"></script> | ||
|
||
<!-- optionally if you need to use a theme, then include the theme JS file as mentioned below --> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/themes/krajee-svg/theme.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].9/themes/krajee-svg/theme.js"></script> | ||
|
||
<!-- optionally if you need translation for your language then include locale file as mentioned below (replace LANG.js with your own locale file) --> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/js/locales/LANG.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].9/js/locales/LANG.js"></script> | ||
``` | ||
|
||
If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `star-rating.min.css` and `star-rating.min.js` for | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bootstrap-star-rating", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"homepage": "https://github.com/kartik-v/bootstrap-star-rating", | ||
"authors": [ | ||
"Kartik Visweswaran <[email protected]>" | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bootstrap-star-rating", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"homepage": "https://github.com/kartik-v/bootstrap-star-rating", | ||
"author": "Kartik Visweswaran <[email protected]>", | ||
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", | ||
|