eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

mixed split/half #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to configure voting with whole stars (no split) but
displaying results splited?
thanks

Original issue reported on code.google.com by grg2...@gmail.com on 22 Oct 2009 at 12:09

GoogleCodeExporter commented 8 years ago
I did this by using two sets of rating stars and having the half stars visible 
and the whole stars initially set to display none. Using a mouseover event on 
the div containing both sets of stars I then set display none on the half stars 
and remove display none from the whole stars. Mouseout resets the visibility on 
both stars back to their initial values.

That way users can vote in whole stars but the aggregate rating is displayed in 
half stars.

Original comment by ian...@gmail.com on 5 Apr 2011 at 5:41

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 23 Feb 2013 at 5:12