🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

ratingbox.js is a simple, lightweight, flexible jQuery star rating plugin used for rating products, images, software, users on your webpage.

Rating star-rating

Documentation

ratingBox.js

A jQuery plugin that uses Font Awesome to display rating boxes in your page

Setup

<html>     <head>         <link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.css" />         <link rel="stylesheet" href="ratingbox.css" />     </head>     <body>          <!-- PAGE BOTTOM -->         <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>         <script src="ratingbox.js"></script>     </body> </html> 

ratingbox.css file is not a mandatory. Use it to customize your rating boxes

Use

<div id="rating1" class="ratingbox"></div> <script>     $('#rating1').ratingBox({         value: 2     }); </script> 

Examples

See index.htm for more examples


You May Also Like