11

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

denisq
  • 460
  • 2
  • 4
  • 12

5 Answers5

11

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" >
denisq
  • 460
  • 2
  • 4
  • 12
3

As you wish:

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

Seems to be capable of doing such things.

Tomasz Kowalczyk
  • 10,472
  • 6
  • 52
  • 68
  • `rateit` is superior to this plugin, for reasons I've explained in [this answer](http://stackoverflow.com/questions/4542883/jquery-star-rating/13176213#13176213) – Dan Dascalescu Nov 05 '12 at 14:10
1

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

John
  • 15,418
  • 12
  • 44
  • 65
John
  • 1,268
  • 16
  • 25
  • Been through the list. Every single plugin there is inferior to [rateit](http://stackoverflow.com/questions/4542883/jquery-star-rating/13176213#13176213) – Dan Dascalescu Nov 05 '12 at 14:09
0

This one worked for me. Maybe you should give a look cdn.webdeveloperswall.com/demo/css-star-rating/

Mauricio
  • 2,552
  • 2
  • 29
  • 43
-2

Use this best star rating plugin..i used it with no issues. Raty

abhijit
  • 1,958
  • 3
  • 28
  • 39
  • 1
    No, this is not the "best star rating plugin". I know because I've actually compared a bunch of them - see [my post](http://stackoverflow.com/questions/4542883/jquery-star-rating/13176213#13176213). – Dan Dascalescu Nov 05 '12 at 14:09