[jQuery] Re: Star rating plugin + rails

2008-07-14 Thread CL (Ciu Loeng) Lam
It's pretty gool! 2008/7/13 Diego A. <[EMAIL PROTECTED]>: > Hi JB, > > Thank you for spotting this problem and posting back with the solution. > I've added this fix to the plugin and will publish it on Monday (when I > have FTP access). > > Cheers, > Diego A. > > 2008/7/9 JB <[EMAIL PROTECTED]>:

[jQuery] Re: Star rating plugin + rails

2008-07-12 Thread Diego A.
Hi JB, Thank you for spotting this problem and posting back with the solution. I've added this fix to the plugin and will publish it on Monday (when I have FTP access). Cheers, Diego A. 2008/7/9 JB <[EMAIL PROTECTED]>: > > I figured this out, just in case anyone else has the same problem. > The

[jQuery] Re: Star rating plugin + rails

2008-07-09 Thread JB
I figured this out, just in case anyone else has the same problem. The issue revolves around brackets [ ] not being allowed in css class names. The plugin takes the name of the field and uses it to generate a class name of the form "star_group_yourfieldnamehere" so with a rails form field, you'd