$(document).ready(function(){ $("#ratearticle").jRating({ bigStarsPath:'//starrating.immoxxl.de/js/icons/stars.png', smallStarsPath : '//starrating.immoxxl.de/js/icons/small.png', // path of the icon small.png phpPath : '//starrating.immoxxl.de/jRating.php4', // path of the php file jRating.php step:true, length : 5, decimalLength:0, canRateAgain : false, rateMax:5, onSuccess : function(){ $("#ratearticle").after("
Danke für Ihre Bewertung.
"); }, onError : function(){ $("#ratearticle").after("
Leider gab es ein Problem, bitte versuchen Sie es später noch einmal.
"); } }); $("#ratearticle").parent().find("[itemprop='ratingValue']").text('4.39'); $("#ratearticle").parent().find("[itemprop='ratingCount']").text('18'); });