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'm using jquery-1.12.3.min.js. When used together jqBootstrapValidation.js and bootstrap not working links on the page ((

I left a comment in number [56](https://github.com/ReactiveRaven/jqBootstrapValidation/issues/56), but that issue was closed (without explanation of how it was resolved). I am having the same issue the OP had in #56...

FF

Minimum ``` - + ( / 30 characters) ``` ``` Maximum - + Must be greater than minimum value ( / 30 characters) ``` I use two blocks of control-groups....

Hello! jqBootstrapValidation Doesn't work very well in bs3 , well anyone has a tip to how i can make the "has-error" class appears in a simple required input? Thanks!

Unsure whether this is user error / misunderstanding on our part, but how fully does jqBootstrapValidation support mobile and iOS? On our site, viewing in iPhone Safari on recent iOS,...

The validation works fine if you change line 793 as follows: regex: "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}", regex: "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,5}",

When using the Chosen library (https://github.com/harvesthq/chosen) with jqBootstrapValidation I'm getting "TypeError: obj is undefined" in the jQuery.each function every time I open the drop-down. The issue is here: $.each($(el).triggerHandler("validation.validation", params),...

The validation script is working perfectly in Chrome and Firefox, but doesn't seem to be working in Safari for me. Even with empty fields, the form still submits and (best...

Hello, I made a form, tested it on my Mac in Firefox and it works great. Then I tested it on my iPad and the form is not validated at...

``` js validemail: { name: "Validemail", type: "regex", regex: "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\.[A-Za-z]{2,4}", message: "Not a valid email address" }, ``` your regex doesn't support TLDs like .travel, .solution, . expert, ...