-
-
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.
Updates to release v4.0.8 fixes #209
- Loading branch information
Showing
9 changed files
with
87 additions
and
35 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<h1 align="center"> | ||
<a href="http://plugins.krajee.com" title="Krajee Plugins" target="_blank"> | ||
<a href="https://plugins.krajee.com" title="Krajee Plugins" target="_blank"> | ||
<img src="https://kartik-v.github.io/bootstrap-fileinput-samples/samples/krajee-logo-b.png" alt="Krajee Logo"/> | ||
</a> | ||
<br> | ||
|
@@ -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].7/css/star-rating.min.css" media="all" rel="stylesheet" type="text/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" /> | ||
|
||
<!-- 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].7/themes/krajee-svg/theme.css" media="all" rel="stylesheet" type="text/css" /> | ||
<link href="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/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].7/js/star-rating.min.js" type="text/javascript"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/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].7/themes/krajee-svg/theme.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/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].7/js/locales/LANG.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/kartik-v/[email protected].8/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.7", | ||
"version": "4.0.8", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,15 @@ | |
<head> | ||
<meta charset="UTF-8"/> | ||
<title>Krajee JQuery Plugins - © Kartik</title> | ||
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"> | ||
<link href="../css/star-rating.css" media="all" rel="stylesheet" type="text/css"/> | ||
<link href="../themes/krajee-fas/theme.css" media="all" rel="stylesheet" type="text/css"/> | ||
<!--suppress JSUnresolvedLibraryURL --> | ||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> | ||
<script src="../js/star-rating.js" type="text/javascript"></script> | ||
<script src="../themes/krajee-fas/theme.js" type="text/javascript"></script> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="page-header"> | ||
|
@@ -18,25 +21,25 @@ <h2>Bootstrap Star Rating Examples | |
</div> | ||
|
||
<form> | ||
<input id="input-21b" value="4" type="text" class="rating" data-min=0 data-max=5 data-step=0.2 data-size="lg" | ||
<input id="input-21b" value="4" type="text" class="rating" data-theme="krajee-fas" data-min=0 data-max=5 data-step=0.2 data-size="lg" | ||
required title=""> | ||
<div class="clearfix"></div> | ||
<hr> | ||
<input required id="input-21c" value="" type="text" title=""> | ||
<div class="clearfix"></div> | ||
<hr> | ||
<input id="input-21d" value="2" type="text" class="rating" data-min=0 data-max=5 data-step=0.5 data-size="sm" | ||
<input id="input-21d" value="2" type="text" class="rating" data-theme="krajee-fas" data-min=0 data-max=5 data-step=0.5 data-size="sm" | ||
title=""> | ||
<hr> | ||
<input id="input-21e" value="0" type="text" class="rating" data-min=0 data-max=5 data-step=0.5 data-size="xs" | ||
<input id="input-21e" value="0" type="text" class="rating" data-theme="krajee-fas" data-min=0 data-max=5 data-step=0.5 data-size="xs" | ||
title=""> | ||
<hr> | ||
<input id="input-21f" value="0" type="text" data-min=0 data-max=5 data-step=0.1 data-size="md" title=""> | ||
<input id="input-21f" value="0" type="text" data-theme="krajee-fas" data-min=0 data-max=5 data-step=0.1 data-size="md" title=""> | ||
<hr> | ||
<input id="input-2ba" type="text" class="rating" data-min="0" data-max="5" data-step="0.5" data-stars=5 | ||
<input id="input-2ba" type="text" class="rating" data-theme="krajee-fas" data-min="0" data-max="5" data-step="0.5" data-stars=5 | ||
data-symbol="" data-default-caption="{rating} hearts" data-star-captions="{}" title=""> | ||
<hr> | ||
<input id="input-22" value="0" type="text" class="rating" data-min=0 data-max=5 data-step=0.5 data-rtl=1 | ||
<input id="input-22" value="0" type="text" class="rating" data-theme="krajee-fas" data-min=0 data-max=5 data-step=0.5 data-rtl=1 | ||
data-container-class='text-right' data-glyphicon=0 title=""> | ||
<div class="clearfix"></div> | ||
<hr> | ||
|
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
Oops, something went wrong.