bootstrap-validate 1.0.10

A simple Form Validation Utility for Bootstrap not depending on jQuery

DownloadStar on GitHub

Demo Time

HTML:

<div class="form-group">
  <label>See for yourself and enter an email address.</label>
  <input id="docs-demo" class="form-control">
</div>

JavaScript:

bootstrapValidate('#docs-demo', 'email:Enter a valid E-Mail Address!');

Download

You can grab the latest version from RawGit. You can use it as a CDN as well!

<script src="https://cdn.rawgit.com/PascaleBeier/bootstrap-validate/1.0.10/dist/bootstrap-validate.js"></script>

Further Reading

Learn how to use bootstrap-validate and its available validation rules.