Add fade out for email validation

This commit is contained in:
Sofia Baltzi 2017-10-19 14:14:28 +00:00
parent 3744246184
commit 123aeab993
1 changed files with 2 additions and 0 deletions

View File

@ -147,6 +147,7 @@
}
}
$("#first_name").focusin(function () {
$(this).removeClass('aai-form-danger');
$(".msg_first_name_error").fadeOut();
@ -165,6 +166,7 @@
$("#email").focusin(function () {
$(this).removeClass('aai-form-danger');
$(".msg_email_error").fadeOut();
$(".msg_email_validation_error").fadeOut();
});
$("#email_conf").focusin(function () {