Ajax 成功データの出力に問題があります。
success: function(data){
alert(need to print it here);
}
アクセスしたときの様子
console.log(data.responseText);
{"success":false,"errors":{"text":["Some text.","some more text"]}}
「Some text」または「some more text」を今すぐアラートするにはどうすればよいですか? ありがとう