[jQuery] Re: Star rating plugin for 1.2?

2007-10-12 Thread Mark
Sorry for "reviving" this thread but i'm kinda stuck with this plugin. The plugin itself is working how it should work so there is not a issue there.. it's just that i want to do something that i find hard to do in this case. Thsi is what i try to do: 1. The user sees rating images and can cast a

[jQuery] Re: Star rating plugin for 1.2?

2007-09-23 Thread NccWarp9
t; > >>>>> I've added those corrections along with a few others and I think > >>>>> it's 99% > >>>>> there. The only issue left is that I can't get the click > >>>>> methods to > >>>>> regist

[jQuery] Re: Star rating plugin for 1.2?

2007-09-22 Thread Karl Swedberg
ttp://sandbox.wilstuckey.com/ jquery-ratings/ -- Forwarded message -- From: Karl Swedberg <[EMAIL PROTECTED]> Date: Sep 12, 2007 11:46 AM Subject: [jQuery] Re: Star rating plugin for 1.2? To: jquery-en@googlegroups.com The .lt() and .eq() -- and .gt() -- methods were remove

[jQuery] Re: Star rating plugin for 1.2?

2007-09-22 Thread Karl Swedberg
CSS can be found here. http://sandbox.wilstuckey.com/ jquery-ratings/ -- Forwarded message -- From: Karl Swedberg <[EMAIL PROTECTED]> Date: Sep 12, 2007 11:46 AM Subject: [jQuery] Re: Star rating plugin for 1.2? To: jquery-en@googlegroups.com The .lt() and .eq() -- and .gt() -- methods were

[jQuery] Re: Star rating plugin for 1.2?

2007-09-22 Thread NccWarp9
I'll continue playing around with it, but if anyone > >> else has an > >> idea as to what the issue may be, I've attached the js file. The > >> additional > >> HTML & CSS can be found here. http://sandbox.wilstuckey.com/ > >> jquery-ratings/

[jQuery] Re: Star rating plugin for 1.2?

2007-09-21 Thread Derek Gathright
box.wilstuckey.com/jquery-ratings/ > > -- Forwarded message -- > From: Karl Swedberg <[EMAIL PROTECTED]> > Date: Sep 12, 2007 11:46 AM > Subject: [jQuery] Re: Star rating plugin for 1.2? > To: jquery-en@googlegroups.com > > The .lt() and .eq() -- and .gt

[jQuery] Re: Star rating plugin for 1.2?

2007-09-21 Thread Derek Gathright
with it, but if anyone else has > an > > idea as to what the issue may be, I've attached the js file. The > additional > > HTML & CSS can be found here. > http://sandbox.wilstuckey.com/jquery-ratings/ > > > > ------ Forwarded message -- >

[jQuery] Re: Star rating plugin for 1.2?

2007-09-20 Thread Karl Swedberg
CSS can be found here. http://sandbox.wilstuckey.com/ jquery-ratings/ -- Forwarded message -- From: Karl Swedberg <[EMAIL PROTECTED]> Date: Sep 12, 2007 11:46 AM Subject: [jQuery] Re: Star rating plugin for 1.2? To: jquery-en@googlegroups.com The .lt() and .eq() -- and .gt(

[jQuery] Re: Star rating plugin for 1.2?

2007-09-20 Thread NccWarp9
ttp://sandbox.wilstuckey.com/jquery-ratings/ > > -- Forwarded message -- > From: Karl Swedberg <[EMAIL PROTECTED]> > Date: Sep 12, 2007 11:46 AM > Subject: [jQuery] Re: Star rating plugin for 1.2? > To: jquery-en@googlegroups.com > > The .lt() and .eq() --

[jQuery] Re: Star rating plugin for 1.2?

2007-09-12 Thread Derek Gathright
e, I've attached the js file. The additional HTML & CSS can be found here. http://sandbox.wilstuckey.com/jquery-ratings/ -- Forwarded message -- From: Karl Swedberg <[EMAIL PROTECTED]> Date: Sep 12, 2007 11:46 AM Subject: [jQuery] Re: Star rating plugin for 1.2? To:

[jQuery] Re: Star rating plugin for 1.2?

2007-09-12 Thread Karl Swedberg
The .lt() and .eq() -- and .gt() -- methods were removed from 1.2. If you'd like to try to patch will stuckey's version, you could try the following: line 97: .slice(0,index).addClass('hover').end(); line 105: $stars.slice(0,averageIndex).addClass('on').end