I have a question regarding jQuery Raty plugin.
I have a page that lists posts for cars where every post has ratings 1-5. When I go to a specific car post and the go back to the page that show all cars posts using Back arrow in Chrome navigation then the stars gets duplicated. So from 5 stars i get 10 stars.
My code in the car comments index:
$('.review-rating').raty({
readOnly: true,
score: function() {
return $(this).attr('data-score');
},
path: '/assets/'
});
Any tips here?
Thank you i advanced.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…