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!
How to change the PHP version for subfolders or subdomains Setting a specific PHP version for a specific websites, subfolders or subdomain...
No comments:
Post a Comment
Please Comment Here!