okay, Kim, I threw something together for you tonight when I should have been working. :-) Couldn't pass up the challenge:

http://examples.learningjquery.com/rating/

Hope it's what you're looking for. The big drawback to this one is that it doesn't degrade to anything when JavaScript is turned off, so if you don't know for sure that everyone is going to have JavaScript enabled, it might not be the best option. I remember seeing a star rater a while back that converted a select list to a star thingie, which I would prefer, because you still have something when you don't have JavaScript. Anyway, I hope it doesn't sound like I'm putting down the very good work that Ritesh and Wil did with the plugin. I don't mean to at all. I had a lot of fun hacking at it. So there it is.

Cheers,

--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com



On May 17, 2007, at 9:34 PM, bingo wrote:


hi

there are some other star ratings that provide option to for half
star. You might want to look into that code and modify this star
plugin. Personally, I want to do that but that's currently low on my
priority

regards,
Ritesh

On May 17, 10:35 am, Kim Johnson <[EMAIL PROTECTED]> wrote:
I personally would still love to see the option built
in for half star ratings; I've been waiting on
integrating the plugin until such a thing is
available. :)

(half star ratings meaning, you can rate something 3.5
stars, as opposed to just the average showing up as
3.5 stars once the integer ratings are averaged)

--kim

--- Mario Moura <[EMAIL PROTECTED]> wrote:





Hi Folks

I would like to suggest a improvement in this
amazing plugin
http://php.scripts.psu.edu/rja171/widgets/rating.php

look  http://www.imdb.com/title/tt0413300/

You have User Rating: 7.4/10 average .

This average could be in a container for example
<div  id="average'>7.4</div>
and should be the default value.

About the action I still confuse.

My CMS provide me:
<form class="nodevote-form" id="nodevote-rate-form"
method="post"
action="/home/nodevote/18/add">
<select id="edit-vote" class="form-select"
name="vote">
<option value="0">Select</option>
<option value="1">1</option>
<option value="2">2</option>
.....
<option selected="selected" value="7">7</option>
<option value="10">10</option></select>
<input type="submit" class="form-submit"
value="Vote" id="edit-button"
name="op"/>

So two things are important.
If  none <option> isnt selected so Request user vote
, and after vote append
vote like Imdb did.
if  <option selected="selected" so show vote (and
you should be able to edit
this)

Another very interesting feature is the rollover
system (10 start, with
average and you can vote in same place)

I like imdb Star Rating System and I think it is the
best solution so why
not make something similar.

Imdb use Ajax.

It is just a suggestion and congratulation to author
of Star Rating System.

Regards

Mario

_____________________________________________________________________ ______ _________Get the free Yahoo! toolbar and rest assured with the added security of spyware protection.http:// new.toolbar.yahoo.com/toolbar/features/norton/index.php- Hide quoted text -

- Show quoted text -


Reply via email to