jqBootstrapValidation icon indicating copy to clipboard operation
jqBootstrapValidation copied to clipboard

A JQuery validation framework for bootstrap forms.

Results 102 jqBootstrapValidation issues
Sort by recently updated
recently updated
newest added

I had updated the file "jqBootstrapValidation-1.3.7.js" for version 3.3.2 Thanks for your work David

The following piece of code creates a null variable, and will fail the validation plugin. ``` Default Info Choice 1 ```

Upon using `form-inline` option on Bootstrap (where you don't have to specify `control-groups`, the validation messages are not shown.

Hi, I've little issue with confirm match validation. So I have this code: ``` html ``` when I click the submit button, the validation is running, and also the form...

I try implementing jqBootstrapValidation on my localhost website, but I cannot get it to work as shown in the demo. I got the validation to work, and got the error...

So I'm able to successfully use jqBootstrapValidation for Input fields. The issue I'm having is with Textareas and Select Menus. I've looked high and low for examples or anyone else...

When you make a destroy call like ``` javascript $modalBody.find("input,select,textarea").jqBootstrapValidation("destroy"); ``` it doesn't unbind the form submit event. So when you call a second time the same jqBootstrapValidation method because...

Hello i'm working with bootstrap v3.1.1 and i'm forced to change the code of jqBootstrapValidation. When i'm working with validations i see a sucess color, warning color but i dont...