Author: | ibnbd |
---|---|
Views Total: | 4,719 views |
Official Page: | Go to website |
Last Update: | May 22, 2015 |
License: | MIT |
Preview:

Description:
A JavaScript library used to display rating stars as percentage on your web page. Helps in displaying product rating on e-commerce website.
How to use it:
Include the rate.js file in the html page.
<script src="rate.js"></script>
Call the JavaScript Function with Percentage of your rating (0-100).
rate(25);