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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
I am interested in using validate.js in place of Microsoft's jQuery Validation (unobtrustive) plugin. Aside from rewriting all of the validation again (gross), is there any other way I can currently do this?
Ideas
Override every validation attribute's AddValidation method to add html attributes that validate.js will understand (if any).
Create a script that takes Microsoft's html attributes and loads them into validate.js.
Dynamically generate JSON for validate.js, based on applied C# attributes.
Questions
Is validate.js at all compatible with Microsoft's data-* attributes?
Can validate.js respond to html attributes at all and if so, what are they?
If these ideas are not currently possible, would you be interested in a contribution to address this?
And if so, what would be the best option for everyone?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am interested in using validate.js in place of Microsoft's jQuery Validation (unobtrustive) plugin. Aside from rewriting all of the validation again (gross), is there any other way I can currently do this?
Ideas
Questions
And if so, what would be the best option for everyone?
The text was updated successfully, but these errors were encountered: