eddysilvamendes / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

half rating not working with callback ? #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

create input <input class="auto-submit-star {half:true}" type="radio"
name="rating" value="1" title="1" /> or {split:2}
and 
 $('.auto-submit-star').rating({ callaback

What is the expected output? What do you see instead?
full stars rating in place of half stars

What version of the plugin/jQuery are you using?
PLUGIN VERSION: jQuery Star Rating Plugin v3.12 - 2009-04-16
JQUERY VERSION: jQuery JavaScript Library v1.3.2 Revision: 6246
jquery.form.js?2.25

On what browser(s) or operating system?
BROWSER(S): firefox 3.0.9 Linux (Ubuntu/gnome)

Please provide a link to where the problem can be observed:
URL: http://fp2006.free.fr/1.html

Tanks and sorry if is not a real bug

Original issue reported on code.google.com by syx...@gmail.com on 27 Apr 2009 at 2:41

GoogleCodeExporter commented 8 years ago
You need to use the metadata plugin if you want to configure the plugin via the 
class 
property.

Otherwise do this:

$('.auto-submit-star').rating({
 half: true,
 // etc... 

Original comment by diego.a...@gmail.com on 27 Apr 2009 at 3:55