v0.5.3 is released on 2014.11.05!

Download

84000 downloads so far! It is right choice, absolutely!

The latest version, v0.5.3, is released on 2014.11.05.

Commercial license

For commercial projects, you must purchase commercial license. For more details about license, please see the license page.

Developer commercial license

25$
For individual developers
Each individual developer needs to purchase a separate license
Buy

Organization commercial license

75$
For an organization with a team of developers
Covers all developers working within the organization
Buy

The payment are processed securely by GUMROAD.
If you want to purchase by Paypal, then email me.

Non-commercial license

Free
For non-commercial projects under the terms of the Creative Commons BY-NC-ND 3.0 license
You should take a look at the upgrading guides: v0.4.5 → v0.5.0 and v0.5.0/v0.5.1 → v0.5.2

Installing with Bower

You can get the latest release by using Bower:

$ bower install bootstrapvalidator

It's also possible to get the latest developing code from the master branch:

$ bower install bootstrapvalidator#master

CDN

You also can use the minified version hosted on the following CDN:

cdnjs

BootstrapValidator is available on cdnjs:

<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery.bootstrapvalidator/0.5.2/css/bootstrapValidator.min.css"/>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.bootstrapvalidator/0.5.2/js/bootstrapValidator.min.js"></script>

jsDelivr

BootstrapValidator is available on jsDelivr:

<link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.bootstrapvalidator/0.5.2/css/bootstrapValidator.min.css"/>
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.bootstrapvalidator/0.5.2/js/bootstrapValidator.min.js"></script>

BootstrapValidator also can be found on the official jQuery plugins page.