jqBootstapValidation
A JQuery validation framework for bootstrap forms.
Displays validation errors in help-block
elements as users type.
How to use?
The documentation is here.
Developers
Want to contribute? Great! Check out [CONTRIBUTING.md]
A JQuery validation framework for bootstrap forms.jqBootstrapValidation will scan for HTML5 validator attributes directly on the elements, plus any extra options specified via data attributes. By default, it will also sniff for native HTML5 form validation attributes, as detailed above.If you decide this isn’t what you want, you can restrict jqBootstrapValidation to only data attributes by setting sniffHtml to false when calling it on your form elements.
Bootstrap Forms HTML5 PluginsA JQuery validation framework for bootstrap forms.
Displays validation errors in help-block
elements as users type.
The documentation is here.
Want to contribute? Great! Check out [CONTRIBUTING.md]