Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnet/jquery-validation-unobtrusive
Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.
https://github.com/aspnet/jquery-validation-unobtrusive
aspnet-product
Last synced: 5 days ago
JSON representation
Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.
- Host: GitHub
- URL: https://github.com/aspnet/jquery-validation-unobtrusive
- Owner: aspnet
- License: mit
- Created: 2014-10-14T16:00:23.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T21:30:24.000Z (3 months ago)
- Last Synced: 2024-12-26T01:33:55.525Z (8 days ago)
- Topics: aspnet-product
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 257
- Watchers: 47
- Forks: 114
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE-OF-CONDUCT.md
- Security: .github/security.md
Awesome Lists containing this project
README
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](https://github.com/aspnet/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](https://github.com/aspnet/jquery-validation-unobtrusive/wiki/Release-checklist)).