You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure JavaScript Rating System by Akhaura Info Foundation
Easy to use and customise Pure JavaScript rating using HTML and CSS. Few clicks to install and configure, no additional plugin or script needed. Good for product rating or e-commerce website.
Usage :
1. Link rate.js in your webpage.
eg. <script src="rate.js"></script>
2. Call rating function with percentage and get output.
<script>rate(25);</script>
Remember :
You can call this function as many times as you want.
You have to mention rating value as percentage (0-100).
You can use this rating in-line (text before or text after).