victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
972 stars 476 forks source link

How to remove server side validation error messages from your Registration form ? #675

Closed NasiruddinSk closed 6 years ago

NasiruddinSk commented 6 years ago

As i'am doing some registration form validation using JQuery on client side as well as server side validations also, i'am able to handle client side validations and hiding the error messages properly, but when it comes to server error messages which are enabled once are not hiding themselves, so how can i hide these error messages when user enters correct data.

I'am using spring MVC error tag on server side.

please do the need,thank you