<span class="title-bar" id="loggedInAgentRatingSpan">Rating:
<input name="star1" type="radio" class="star" value="1"/>
<input name="star1" type="radio" class="star" value="2"/>
<input name="star1" type="radio" class="star" value="3"/>
<input name="star1" type="radio" class="star" value="4"/>
<input name="star1" type="radio" class="star" value="5"/>
</span>
Java code:
$("input.star1").as(Ratings).rate();
And the output is just showing 5 plane radio buttons.
What do i need to do more to display stars instead of radio buttons and how to capture the values ?
Thanks
Deepak Singh