$(document).ready(function() { $('#bbb').starRating({ sucess:function (){ $("#voteKomunikat").html('Dziękujemy za oddany głos!'); }, failure:function (){ $("#voteKomunikat").html('Dzisiaj już głosowałeś.'); }, ratingUrl: 'vote.html', customParams: { 'idWpisu': '81'}, rating: 5, basicImage : 'http://www.tmcpolska.pl/images/star.gif', ratedImage : 'http://www.tmcpolska.pl/images/star_hover.gif', hoverImage : 'http://www.tmcpolska.pl/images/star_blue.gif' }); });