Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery star rating system with partial stars [closed]

I need your advice, google is not helping me out on that one. I need a star rating system for my website BUT it should be capable of displaying an initial value with decimals (2.75 -> displaying 3/4 of a star) and the input should only allow integers. I found no script that combines both features. Do you have any idea?

The best would be a ready-made jquery plugin.

Kind regards, Quentin

like image 308
denisq Avatar asked Jun 10 '11 09:06

denisq


3 Answers

Thanks for your answers. However, RateIt was the only one that could show me a preset float value in a partial star and rate with a full star:

<div class="rateit" data-rateit-value="2.76" data-rateit-step="1" data-rateit-resetable="false" >
like image 162
denisq Avatar answered Oct 20 '22 07:10

denisq


As you wish:

http://www.fyneworks.com/jquery/star-rating/

Seems to be capable of doing such things.

like image 23
Tomasz Kowalczyk Avatar answered Oct 20 '22 08:10

Tomasz Kowalczyk


This might help you. A list of the top 10 rating plugins for jquery and this one in particular for you fractions.

like image 1
John Avatar answered Oct 20 '22 09:10

John