bootstrap-validator icon indicating copy to clipboard operation
bootstrap-validator copied to clipboard

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3

Results 100 bootstrap-validator issues
Sort by recently updated
recently updated
newest added

See #592, which was posted almost two years ago and was never addressed. @1000hz, please archive this repo or note that it is not under active development.

``` $('form[data-toggle="validator"]').validator({ custom: { nextpay_d: function($el) { var n_d = $('#nextpay_d').val(); var n_m = $('#nextpay_m').val(); var n = isWeekend(n_d, n_m); if (n == 6 || n == 0){ return "This...

I can't get the custom validator to work with JQuery 3.0 through 3.4 I can load both 3.4 and 2.2.4 but I'm not sure how safe it is to have...

Dear Sir: I'm a newbie for bootstrap-validator , try to follow document and make a example but fail, no matter the validate pass or not , it will alert fail...

Fixed validation failure of grouped checkbox inputs. Problem Description: Only worked if given a "check" in the last checkbox, it didn't consider the list of inputs with the same name....

Please Update this to Bootstrap 4+

It works fine if you make a selection and then hit submit button (as you're supposed to), but if the user doesn't make a selection and just hits submit it...

I couldnot able to findout solution so please give me some idea how to troubleshoot this issue. Here is the sample even i added "required" attribute in checkbox that is...

this is a double of #424 issue maybe custom validation will be fine for this issue

Hello, Is there a way to add a global custom validator so even if I use the `data-toggle="validator"` on a form element, I can still have access to my custom...