setInterval( function (){ $.get('vote.php','',function(data) { if($('#stars').html()!=data) $('#stars').html(data); }); }, 5000 );