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$Organization commercial license
75$
The payment are processed securely by GUMROAD.
If you want to purchase by Paypal, then email me.
Non-commercial license
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.