With the following function below, I can send the data via ajax quietly in Chrome, but when testing in Firefox, no error occurs and data is not sent.
$('#form_lista_amiga').validate({
rules : {
cpf: { required: true, cpf: true }...
asked by
26.02.2015 / 18:36