We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im on Rails 3.09, jquery 1.6
I followed your installation instructions, and this line is showing on the top of my applicaiton:
It appears when I include <%= ajaxful_rating_script %> into application.html.erb
I can rate, and it is saved, but the average_rating is not refreshing until I manually refresh the page.
Any help on this? Thanks.
Is it also okay if I use my existing version of jquery.min.js instead of the linked one?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im on Rails 3.09, jquery 1.6
I followed your installation instructions, and this line is showing on the top of my applicaiton:
<script> $(document).ready(function(){ $(".ajaxful-rating a") .bind("ajax:success", function(status, data, xhr) { $('#' + data.id + ' .show-value').css('width', data.width + '%'); }); }); </script>It appears when I include <%= ajaxful_rating_script %> into application.html.erb
I can rate, and it is saved, but the average_rating is not refreshing until I manually refresh the page.
Any help on this? Thanks.
Is it also okay if I use my existing version of jquery.min.js instead of the linked one?
The text was updated successfully, but these errors were encountered: