jqBootstrapValidation
jqBootstrapValidation copied to clipboard
Added support for help-inline
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 them by setting the autoAdd.helpInline option to true.
element.jqBootstrapValidation({autoAdd: {helpBlocks: false, helpInline: true}});
+1
+1
Good job!