-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
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
If you vote a high value and then vote a low value, the stars do not change to low value #50
Comments
Hey @neoburgos have got any ideas on a workaround for this issue? I'm experiencing the same... I thought i could apply a clean onHover, but there is no clean() function to reset a given rate. |
jquery.star-rating-svg... not the min version... around line 195... changed....
to...
Hope it helps. |
It works great, thanks! |
Great job. thanks! |
disableAfterRate is on init true - set it to false an it will work - just for the guys who check this error and the code doesnt work |
(The first thing I want to congratulate you on your work)
Example:
disableAfterRate: false
and then vote 4 (for example) and after it you vote 2 (for example), stars color don't change and it fixes on 4, not 2.
You can check it in 'disableAfeterRate' example y your demo web: http://nashio.github.io/star-rating-svg/demo/
The text was updated successfully, but these errors were encountered: