chisoftltd / jquery-star-rating-plugin

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

Value of radio box displaying over the start #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 Please refer the code below in Additional information section

What is the expected output? What do you see instead?
- I see my values of radio button being displayed over the stars (see attached 
screenshot)

What version of the plugin/jQuery are you using?
PLUGIN VERSION: NA
JQUERY VERSION: 1.4.1

On what browser(s) or operating system?
BROWSER(S): IE7, IE8, FF, Chrome

Please provide a link to where the problem can be observed:
URL: NA

Feel free to provide any additional information below.

Below is my code,

<input value="1" name="<%=RestaurantId%>" type="radio" class="rating"  />
<input value="2" type="radio" name="<%=RestaurantId%>" class="rating" 
checked-="checked" />
<input value="3" type="radio" name="<%=RestaurantId%>" class="rating"  />
<input value="4" type="radio" name="<%=RestaurantId%>" class="rating"  />
<input value="5" type="radio" name="<%=RestaurantId%>" class="rating"  />

----
Javascript
----

$(document).ready(function() {
          $('.rating').rating({
            callback: function(value, link) {
                alert(value);
            }})
                    });

Original issue reported on code.google.com by taher...@gmail.com on 14 Apr 2011 at 7:02

Attachments:

GoogleCodeExporter commented 8 years ago
Any one knows the solution ?????

Original comment by taher...@gmail.com on 18 Apr 2011 at 3:19

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 23 Feb 2013 at 5:12