wazery / ratyrate

:star: A Ruby Gem that wraps the functionality of jQuery Raty library, and provides optional IMDB style rating.

Home Page:http://ratingmoviestore.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star not display as my current rate

lequangcanh opened this issue · comments

In line 6, I change $(document).ajaxComplete(function(){ instead of $(function(){ because I want to display rate in a div after ajax.
When I click star to rate, example current rating is 5 stars, but I want to change my rating, so I click 3 star. In the terminal, it notices that update complete. But in view it displays 5 star.
Any ideas to help me.
Sorry about my English