Skip to content

EnjoyDigital/ED-Star-Rating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ED Star Rating

This plugin creates a set of star div elements based on a given value, e.g. 3.6. This includes .5 values.

###How to use

Include the plugin

<script src="js/edStarRating.min.js"></script>

###Initialise the plugin

<script>
$(function(){
	$('.stars').edStarRating();
});
</script>

###Create the element and given value

<div class="stars" data-amount="3.65">

</div>

About

Creates set of star elements based on given value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors