Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 819 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 819 Bytes

Bootstrap Form Validation 0.1

Living alongside Bootstrap-based webpages, this will use HTML5 tags to validate inputs. Validation can be used to find callbacks, as well as overridden on a per-input basis. Validation can also feed into a "Form Control", which is a listening framework setup to perform actions based on completing--or not--the validation of any number of inputs.

  • bootstrap-formvalidation.js: Enables validation of HTML5 controls, or JavaScript driven content.
  • bootstrap-formcontrol.js: Listens to formValidation to determine an overall ready-state.

This entire project is a work in progress, and the docs will eventually be updated to add examples before this reaches version 1.0.

I will be adding a bootstrap-wizard and potentially a bootstrap-table as time allows.