All Projects → brecons → jquery-validation-unobtrusive-bootstrap

brecons / jquery-validation-unobtrusive-bootstrap

Licence: MIT License
Add-on to jQuery Validation to make unobtrusive validation compatible to Bootstrap v4.x.

Projects that are alternatives of or similar to jquery-validation-unobtrusive-bootstrap

symfony4-user
User registration and authentication with Symfony 4
Stars: ✭ 32 (+60%)
Mutual labels:  bootstrap4
aspnet-mvc5-starter-template
Asp.Net MVC 5 Starter Kit is a S.O.L.I.D, clean and globalized template with all the necessary boilerplate, ready to go.
Stars: ✭ 39 (+95%)
Mutual labels:  bootstrap4
vue-cli-plugin-bootstrap-vue
vue-cli 3 plugin to add bootstrap-vue
Stars: ✭ 35 (+75%)
Mutual labels:  bootstrap4
angular-pwa
Angular 13 Example Progressive Web App (PWA)
Stars: ✭ 45 (+125%)
Mutual labels:  bootstrap4
webpack-gulp-wordpress-starter-theme
A WordPress theme with Webpack & Gulp
Stars: ✭ 110 (+450%)
Mutual labels:  bootstrap4
bootstrap-cheatsheet
The ultimate cheatsheet for Bootstrap5 🚀
Stars: ✭ 236 (+1080%)
Mutual labels:  bootstrap4
github-client
A Frontend Application using Pure Javascript and Github API
Stars: ✭ 21 (+5%)
Mutual labels:  bootstrap4
Food-Ordering-Application
No description or website provided.
Stars: ✭ 20 (+0%)
Mutual labels:  bootstrap4
first-node-express-app
No description or website provided.
Stars: ✭ 51 (+155%)
Mutual labels:  bootstrap4
bootstrap-4-react
Bootstrap 4 React components
Stars: ✭ 19 (-5%)
Mutual labels:  bootstrap4
tailwind-bootstrap-grid
Tailwind CSS plugin that generates Bootstrap's flexbox grid
Stars: ✭ 96 (+380%)
Mutual labels:  bootstrap4
react-quiz-app
A Simple React Quiz App 💎
Stars: ✭ 37 (+85%)
Mutual labels:  bootstrap4
course
gary60405.github.io/course/
Stars: ✭ 17 (-15%)
Mutual labels:  bootstrap4
Enhanced-Bootstrap-Modals
Collection of Enhanced Modals for Twitter Bootstrap
Stars: ✭ 32 (+60%)
Mutual labels:  bootstrap4
lightning-rpc-explorer
Simple, self-hosted lightning network explorer.
Stars: ✭ 45 (+125%)
Mutual labels:  bootstrap4
system information school
Build website using laravel as backend, vue js as front end and full request using api with middleware api passport.
Stars: ✭ 17 (-15%)
Mutual labels:  bootstrap4
clean-sky-template
Beautiful, responsive, multi-page template made with Bootstrap 4.
Stars: ✭ 35 (+75%)
Mutual labels:  bootstrap4
mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (+10%)
Mutual labels:  bootstrap4
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (+45%)
Mutual labels:  jquery-validation
BlipDrop
ASP.NET MVC case study solution for PluralSight Guides. Demonstrates how to use populate dropdown lists in Razor views.
Stars: ✭ 40 (+100%)
Mutual labels:  jquery-validation

Bootstrap v4.x Extension for jQuery Validation Unobtrusive

This library is a extension for jQuery Validation Unobtrusive and 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: npm i jquery-validation-unobtrusive-bootstrap

Install with yarn: yarn add jquery-validation-unobtrusive-bootstrap

Clone the git 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!

<script src="~/lib/jquery/dist/jquery.slim.min.js" type="text/javascript"></script>
<script src="~/lib/jquery-validation/dist/jquery.validate.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
<script src="~/lib/jquery-validation-unobtrusive-bootstrap/dist/unobtrusive-bootstrap.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" type="text/javascript"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>

License

This project has been released under the MIT License. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].