JSONをプレーンテキストに変換するには?
{"Days":["is not a number"]}
to Days は数値ではありません。
コードは次のとおりです。
$('.best_in_place').bind("ajax:error", function(jqXHR,error, errorThrown) {
alert(error.responseText);
});
JSONをプレーンテキストに変換するには?
{"Days":["is not a number"]}
to Days は数値ではありません。
コードは次のとおりです。
$('.best_in_place').bind("ajax:error", function(jqXHR,error, errorThrown) {
alert(error.responseText);
});