[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-05 Thread AsymF
Much appreciated! :) On Mar 4, 2:54 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > I have an idea to make this work (for display purposes only), and I > will do my best to implement it in the next couple of days (weeks > tops). I'm sorry I can't do it right now - hope that's OK. > > I'll post back h

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread Diego A.
I have an idea to make this work (for display purposes only), and I will do my best to implement it in the next couple of days (weeks tops). I'm sorry I can't do it right now - hope that's OK. I'll post back here... (and in the official project page in the jQuery plugins website) On Mar 4, 5:32

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread AsymF
I am really just looking for way to display the data, not to worry about graceful degradation without JavaScript enabled. I had a serious issue with people using proxies to submit thousands of votes for irrelevant ratings so now all ratings have to fetch a key in advance using an AJAX callback to

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread Diego A.
I have been thinking about this for a few days now, but I haven't had the time to do it. The problem with what you're trying to achieve is that you're looking for something to *display* the data, whereas my implementation of the plugin focuses on semantic form integration. Perhaps the way forwar

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-04 Thread Diego A.
That's because the .lt and .gt methods were removed in jQuery 1.2. See: http://www.learningjquery.com/2007/09/upgrading-to-jquery-12 http://docs.jquery.com/Release:jQuery_1.2 On Feb 29, 10:41 pm, AsymF <[EMAIL PROTECTED]> wrote: > I tried using that one, too. Doesn't work at all. All the stars ar

[jQuery] Re: Half star rating plugin won't work with jQuery 1.2.3

2008-03-03 Thread Karl Swedberg
On Feb 29, 2008, at 1:16 PM, AsymF wrote: I got this one to work: Star Rating Plugin v1.1 -> http://www.fyneworks.com/jquery/star- rating/ But the half star plugin won't work with 1.2.3: http://www.learningjquery.com/2007/05/half-star-rating-plugin Does anyone know a fix? The stars all app