wazery / ratyrate

:star: A Ruby Gem that wraps the functionality of jQuery Raty library, and provides optional IMDB style rating.
http://ratingmoviestore.herokuapp.com
237 stars 120 forks source link

Star not display as my current rate #140

Open lequangcanh opened 7 years ago

lequangcanh commented 7 years ago

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