Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.
Перейти к файлу
William Godbe 05ac683472
Enable TSA/Policheck (#173)
2024-09-27 14:29:54 -07:00
.config Add CodeQL3000 pipeline (#159) 2022-11-03 13:41:47 -07:00
.github Add security.md file (#170) 2024-07-31 09:30:09 -07:00
.vsts-pipelines Enable TSA/Policheck (#173) 2024-09-27 14:29:54 -07:00
src Fixed jQuery deprecations (#161) 2023-01-23 14:07:04 -07:00
test/webpacktest/src Added Webpack as part of build process to catch issues like in https://github.com/aspnet/jquery-validation-unobtrusive/issues/79 2018-05-07 11:30:49 -07:00
.gitattributes Add license file 2018-08-24 16:05:40 -07:00
.gitignore Handle missing artifacts dir 2018-09-20 11:43:57 -07:00
.npmrc Update .npmrc 2022-06-28 09:06:30 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#122) 2020-04-09 13:11:09 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:57:34 -07:00
LICENSE.txt Update to MIT License 2022-06-21 12:51:33 -07:00
Microsoft.jQuery.Unobtrusive.Validation.nuspec Update the copyright string of the package (#156) 2022-07-19 16:00:08 -07:00
README.md Update README.md 2018-05-11 10:44:54 -07:00
SECURITY.md Add SECURITY.md 2024-09-10 16:52:52 -07:00
Sign.proj Get pipeline working (#132) 2021-01-12 09:16:52 -08:00
Sign.props Get pipeline working (#132) 2021-01-12 09:16:52 -08:00
build.cmd Add nuspec and build file (#77) 2018-03-12 14:08:52 -07:00
build.proj Get pipeline working (#132) 2021-01-12 09:16:52 -08:00
dependencies.props Get pipeline working (#132) 2021-01-12 09:16:52 -08:00
gulpfile.js Resolved npm vulnerabilities (#153) 2022-07-05 13:44:05 -07:00
nuget.config Fixup feeds (#134) 2021-02-10 09:14:51 -08:00
package-lock.json Bump decode-uri-component from 0.2.0 to 0.2.2 (#160) 2023-11-09 13:48:39 -08:00
package.json Resolved npm vulnerabilities (#153) 2022-07-05 13:44:05 -07:00
run.ps1 Get pipeline working (#132) 2021-01-12 09:16:52 -08:00
version.props Resolved npm vulnerabilities (#153) 2022-07-05 13:44:05 -07:00

README.md

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).