akhanisatyammg / jquery-star-rating-plugin

Automatically exported from code.google.com/p/jquery-star-rating-plugin
0 stars 0 forks source link

Diosplay Star Rating in Ajax Post #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I am using this plugin for a review system, When you land in the page, there 
are multiple stars row one for each criteria. Works fine.

However, on another page I have a Tab named Reviews. When click on it it will 
call the review form and display it via Ajax. But it displays the radio buttons 
only, no star.

I am able to use the jQuery.live(function) to validate submission and to use 
Malsup ajax form to submit.

However, no matter what I do, stars will not display.

When I do
$('.star').live('click',function(){
$(this).rating();
});
It will display a star and the delete image on every radio click

Please. How do I go back to normal usage when I call from an Ajax Post?

Thank you

What version of the plugin/jQuery are you using?
PLUGIN VERSION: 3.1.3
JQUERY VERSION: 1.4.4

Original issue reported on code.google.com by lmarte...@gmail.com on 24 Dec 2010 at 5:07

GoogleCodeExporter commented 8 years ago

Original comment by diego.a...@gmail.com on 23 Feb 2013 at 5:12