[jQuery] Need a little assistance with a star rating jquery script
Hi,
I'm trying to implement this star rating script on a site:
http://sandbox.wilstuckey.com/jquery-ratings/
I've got everything working like it should (I think), but I've got
three concerns.
1. The script seems to make all rating start out at 3.5. What can I do
to make the script display no rating until a star has been clicked by
a user?
2. When I click on a star, it remembers the rating I chose. Once I
click refresh, the rating goes back to 3.5 stars. How can I make the
rating "stick" if you will so that once a rating is clicked, that's
what the rating stays out until someone else rates?
3. Lastly, is there anything in place to guard against duplicate
ratings? It's not a huge deal and I know there will always be ways
around it, but if someone rates something I would rather they not be
able to simply refresh and rate again to keep their rating high.
Thanks.
Note: I'm not a programmer at all. I'm just copying and pasting and
hoping that it works. :)