Initialization
Initialize the plugin by referencing the necessary files:
<script src="jquery.raty.js"></script>
<link rel="stylesheet" type="text/css" href="jquery.raty.css">
The component will bind to any existing DOM element
<div id="star-rating"></div>
3. Basic usage may look something like this.
$('#star-rating').raty();
Refer following links for usage:
| Type | URL |
|---|---|
| Plugin Link | https://github.com/wbotelhos/raty |
| Template Page | https://pixinvent.com/demo/convex-bootstrap-admin-dashboard-template/demo-1/rating.html |