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>