-
Notifications
You must be signed in to change notification settings - Fork 106
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
Set Rating dynamically #25
Comments
i had to hack it this way
i added this to the defaults works for me as defaults hope it helps. God bless you all @dobtco |
Perfect! Thank you! |
I had to hack it as well, but did a little differently, I added this after line 88.
|
With the current version, you can just do the following: |
When i use this:
$('.starrr').starrr({ rating: $(this).attr('data-rating'),
It does not set the rating...
The text was updated successfully, but these errors were encountered: