Добрый вечер. Есть такой код:
submitHandler: function(t) {
$(t).find(".name").val();
return $.ajax({
type: "POST",
url: "process.php",
data: {where: "Ответы на тест"},
dataType : 'json',
encode : true,
error: function(t){alert($(t).value);}
}).done(function(t) {
alert();
})
}
Сообщение уходит. Вылазит ошибка 200 parsererror
Где может неправильно парситься?