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

ArtaraxRatingStar is a small jQuery plugin used to rate desired products using a 1-5 star rating system.

Rating star-rating

Documentation

ArtaraxRatingStar

a jQuery plugin for star rating

How to use

just add the plugin into your page and use it like this :

$(function () {     var artaraxRatingStar = $.artaraxRatingStar({         onClickCallBack: onRatingStar     });      function onRatingStar(rate, id) {         alert("data-val(rate)=" + rate + " data-id(ProductId)=" + id);     }  });

For more information, please see the source, it has a demo file (index.html)

If you need help, call me : [email protected] http://moradof.com


You May Also Like