We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am using star-rating.svg but it works by default for fullStar and I tried to set that to half but does not work!
any idea?
thanks
The text was updated successfully, but these errors were encountered:
Sorry for the late response, did you figure it out? try removing the setting useFullStars. otherwise please show me your code and we'll figure it out
useFullStars
Sorry, something went wrong.
I have the same problem can you help me, please
my code
$(".rating").each(function () {
$(this).starRating({ totalStars: 5, initialRating: 0.5, starSize: 30, strokeWidth: 30, emptyColor: 'transparent', hoverColor: 'darkorange', ratedColor: 'darkorange', activeColor: 'darkorange', strokeColor: 'darkorange', starShape: 'straight', useFullStars: false, useGradient: false, disableAfterRate: false, callback: function (currentRating, $el) { // make a server call here } }); });
No branches or pull requests
Hi,
I am using star-rating.svg but it works by default for fullStar and I tried to set that to half but does not work!
any idea?
thanks
The text was updated successfully, but these errors were encountered: