jquery-validation-unobtrusive

aspnet
popular js
jquery-validation-unobtrusive JS library on GitHub jquery-validation-unobtrusive JS library on npm Download jquery-validation-unobtrusive JS library

Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.

Version 4.0.0 License https://aka.ms/jqueryunobtrusivelicense
jquery-validation-unobtrusive has no homepage
jquery-validation-unobtrusive JS library on GitHub
jquery-validation-unobtrusive JS library on npm
Download jquery-validation-unobtrusive JS library
Keywords
jqueryasp.netmvcvalidationunobtrusive

jQuery Unobtrusive Validation

The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.

Remember to make your changes to only the src file. Use ".\build.cmd" to automatically generate the js file in dist directory, minify the js file, create a .nupkg and change the version in the package.json if needed.

To stage for a release, update the "version.props" file and run ".\build.cmd" (see Release Checklist here).