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!
< ?php $mysqlUserName = 'databaseusername' ; $mysqlPassword = 'databasepassword' ; $mysqlHostNa...
No comments:
Post a Comment
Please Comment Here!