antennaio / jquery-bar-rating

jQuery Bar Rating Plugin - minimal, light-weight jQuery ratings.
http://antennaio.github.io/jquery-bar-rating/
MIT License
736 stars 263 forks source link

Only Displaying 'unfilled' stars and not correspond to rating value #114

Closed chank1980 closed 6 years ago

chank1980 commented 6 years ago

Hi All, I do hope that someone will look at my issue as this plugin has been going for years, it may be slowing down on replies. I managed to make the 'voting' works perfectly. But when it comes to display the overall rating it only shows 5 'unfilled' stars.

I followed the example for on //@Model =3.6

// I have to use class instead of id because this is within

so it iterates to build the table view if I use id then only just 1 star would appear, I presume because of the id needs to be unique. //my script as below:

//can you please advise if this plugin is not suitable to be run within

? Or if I have set up something wrong please. //would be very appreciated.

Thanks a lot.

Kevin