You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #679 remote validation was moved to be the last validator in the chain. New validators added with jQuery.validator.addMethod() are appended after remote validation. The added methods should either go in front of remote or when validation is executed remote should be the last validation to be called.
Justification for this is quite clear: calling remote is useless if other validations fail.
The text was updated successfully, but these errors were encountered:
In #679 remote validation was moved to be the last validator in the chain. New validators added with jQuery.validator.addMethod() are appended after remote validation. The added methods should either go in front of remote or when validation is executed remote should be the last validation to be called.
Justification for this is quite clear: calling remote is useless if other validations fail.
The text was updated successfully, but these errors were encountered: