Description
jqBootstapValidation : A JQuery validation framework for bootstrap forms. Displays validation errors in help-block elements as users type.
Initialization
Initialize the plugin by referencing the necessary files:
<script src="jqBootstrapValidation.js"></script>
Use validation to display a toast for info, success, warning or error.
$(function () { $("input,select,textarea").not("[type=submit]").jqBootstrapValidation(); } );
Refer following links for usage:
| Type | URL |
|---|---|
| Plugin Github Page | https://github.com/ReactiveRaven/jqBootstrapValidation |
| Template Page | https://pixinvent.com/demo/convex-bootstrap-admin-dashboard-template/demo-1/validation-forms.html |