jqBootstrapValidation
jqBootstrapValidation copied to clipboard
A JQuery validation framework for bootstrap forms.
jqBootstrapValidation seems to only work inside the context of a form submit. But this does not work well with some use cases. Why can't I validate a single component any...
I have a bunch of items on a form, and each has it's own get / set AJAX functions. This is so a form can be switched from "view" to...
Fix the syntax "boostrap" to "bootstrap", and add a logic for the ".controls" in order to add the help-block correctly in boostrap3. .form-controls is a class for an input, so...
Updated documentation for https://github.com/ReactiveRaven/jqBootstrapValidation/pull/139
I was playing around and noticed some repetition in the code, so I thought I'd cook up a little example of how you can make some simple micro-DSLs in these...
This patch is related to issue 21: All default messages are merged into one map. It is possible to return a customized message for a single key by providing a...
Added optional suport for using help-inline spans instead of help-block. If no help-block is found in the control group it will look for help-inline instead. You can also auto insert...
I have posted a question on [stackoverflow](http://stackoverflow.com/questions/20495123/jqbootstrapvadition-not-working-on-tabbed-form): > I am using jqBootstrapValidation on a form that is tabbed, I have split it up in to multiple forms, because I needed...
https://github.com/ReactiveRaven/jqBootstrapValidation/blob/master/dist/jqBootstrapValidation-1.3.7.js line430 $controlGroup.data("original-clases") ? $controlGroup.data("original-classes") : $controlGroup.attr("class")