dobtco / starrr

1-5 star rating, in jQuery.
dobtco.github.com/starrr
216 stars 106 forks source link

Ajax response Star is not displaying #42

Open vasanthan-1 opened 1 year ago

vasanthan-1 commented 1 year ago

In my code html content with

was displaying into a div in ajax success

success:function(data) { $('.review_data').html(data.review_data);

here star was not displaying