For questions related to jQuery star rating plugin.
rateyo should be used for questions related to jquery-plugin for star rating.
Usage
$(function () {
// Render star rating inside of myRatingDiv
$("#myRatingDiv").rateYo({
rating: 5.0
});
});
References