Re: Form validation via AJAX
The parseerror was on the "console.log(status)" I believed was the "status"!
I'mm trying this:
$("#new_pay_check").bind("ajax:complete", function(event, data, status, xhr) {
console.log("data is -> " + data);
$('#errorlist').html(data.text);
});And this is the output.
data is -> [object Object]What is the attribute of the object to use? I don't know