jquery-validate

Jquery Validation remote method always shows invalid

Jquery Validation remote method always shows invalid Question: I am trying to validate an html function with django and the JavaScript FormValidation plugin. I want validation to check if the inserted email already exists, This is my validation remote email: { validators: { notEmpty: { message: ’email field can not be empty’ }, emailAddress: { …

Total answers: 1