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
Original issue reported on code.google.com by
taher...@gmail.com
on 14 Apr 2011 at 7:02Attachments: