Это общий ответ, извините, у меня конкретная ошибка в консоли
ReferenceError: response is not defined
$('#rating_'+i+'_safety').rating({
fx: 'half',
image: '/images/stars.png',
loader: '/images/ajax-loader.gif',
url: '/functions_server/rating',
callback: function(responce){
console.log(response);
this.vote_success.fadeOut(2000);
alert('Общий бал: '+this._data.val);
}
});
header('Content-Type: application/json; charset=utf-8');
$data['status'] = 'ERR';
$data['msg'] = 'Вы не передали нужные данные!';
echo json_encode($data);