https://github.com/brecons/jquery-validation-unobtrusive-bootstrap
Add-on to jQuery Validation to make unobtrusive validation compatible to Bootstrap v4.x.
https://github.com/brecons/jquery-validation-unobtrusive-bootstrap
bootstrap bootstrap4 jquery jquery-validation
Last synced: 4 months ago
JSON representation
Add-on to jQuery Validation to make unobtrusive validation compatible to Bootstrap v4.x.
- Host: GitHub
- URL: https://github.com/brecons/jquery-validation-unobtrusive-bootstrap
- Owner: brecons
- License: mit
- Created: 2017-10-04T14:32:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T21:48:52.000Z (over 7 years ago)
- Last Synced: 2026-01-23T09:22:03.868Z (5 months ago)
- Topics: bootstrap, bootstrap4, jquery, jquery-validation
- Size: 16.6 KB
- Stars: 19
- Watchers: 0
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bootstrap v4.x Extension for [jQuery Validation Unobtrusive](https://github.com/aspnet/jquery-validation-unobtrusive)
================================
This library is a extension for [jQuery Validation Unobtrusive](https://github.com/aspnet/jquery-validation-unobtrusive) and [jQuery Validation](https://github.com/jquery-validation/jquery-validation). It ensures the full compatibility between Bootstrap v4.x and jQuery Validation in interaction with ASP.NET Core.
## Installation
You can get this library in different ways:
Install with [npm](https://www.npmjs.com): `npm i jquery-validation-unobtrusive-bootstrap`
Install with [yarn](https://yarnpkg.com): `yarn add jquery-validation-unobtrusive-bootstrap`
Clone the [git](https://github.com) repository: `git clone https://github.com/brecons/jquery-validation-unobtrusive-bootstrap.git`
## Usage
Just include the javascript after jquery.validate.unobtrusive and that's it!
```html
```
## License
This project has been released under the [MIT License](https://opensource.org/licenses/mit-license.php). This license applies ONLY
to the source of this repository and does not extend to any other Brecons distribution or variant, or any other 3rd party libraries
used in repository.
Copyright © 2016 - 2019 [Bremus Solutions](http://www.bremus-solutions.de)