views:

185

answers:

4

Hello, i own a website where users can vote/rate things and i want to improve the poor inputbox (from 1 to 10) to improve visual rendering.

I was thinking of a bar, which have 10 ' | ' you can move the cursor from one to ten (it doesn't have to be AJAX because the rating is only added at the end of the form)

I'm sure you already seend this king of thing but i actually can't find any plugin of it.

Any ideas please ?

PS: i don't want standars STARS rating, already using it, thanks ;)

A: 

How about a star rating plugin or this one?

fudgey
no sorry my websites already have star rating, i'm trying something new :D
Tristan
+1  A: 

I don't like to say "Why didn't you Google that?", but there are tones of it out there... http://www.google.pl/search?hl=pl&q=jquery+rating+plugin&btnG=Szukaj+w+Google&lr=

Just raplace star icons into bar icons.

Edit (according to your comment)

I just didn't get your question. I think that jQuery UI Slider is what you're looking for.

Crozin
and how i'm supposed to know that a STAR rating is the same than a BAR rating with a tick you can move from 0 to 10 with STEPS ? For me it's not, I googled THE SAME request as yours just before posting here and i didn't find any tracks of it.
Tristan
What i want to find is similar to that : http://www.gameservercheck.de/compare/
Tristan
I've updated my answer.
Crozin
A: 

It is a easy search. I haven't tried this one yet, but it seems very nice from the demo. http://orkans-tmp.22web.net/star_rating/index.html

+2  A: 

Sounds like you're really looking for a slider control. Maybe this is what you're looking for: Stepped Slider in jQueryUI

Bernhard Hofmann