You can use the following method to remove error class apply on form elements.
$('#addNewForm').validate({
highlight: function(element) {
$(element).removeClass("error");
}
});
Do feel free to ask any questions that you may have concerns to web. No Compromise on Learning!
You can use the following method to remove error class apply on form elements.
$('#addNewForm').validate({
highlight: function(element) {
$(element).removeClass("error");
}
});
< ?php $mysqlUserName = 'databaseusername' ; $mysqlPassword = 'databasepassword' ; $mysqlHostNa...