jqBootstrapValidation
jqBootstrapValidation copied to clipboard
A JQuery validation framework for bootstrap forms.
I am using this but the problem is that AJAX form validator is not working properly. For example according to the code it only accept A-Z alphabets but it also...
Perhaps I missed some piece of documentation that shows how to do this, but I'm struggling with the following use case: I would like to show server validation errors on...
I'm not exactly sure, but I think the submitSuccess fires off multiple times. ``` javascript $("button").click(function() { $("input", "#form").jqBootstrapValidation({ submitSuccess: function(booking, e) { alert("This is an alert"); e.preventDefault(); } });...
My callback validator works great. Now i wan't add a link with a js click logic to my message. But the message only accept a string ;(
Make it possible to add parameters to costum messages. For example from the original code ``` result.message = "Too low: Minimum of '" + result.min + "'"; ``` it is...
I want to use multiple validation (number and maxlength) but it is not working.And the type="number" not working in firefox.
hi, i think it is a good idea to set a minimum characters to be written before validation kicks in, because this is sometimes user-annoying, and it helps with ajax...
hi, great library, but it is not working when elements are created dynamically, like when using konckout.js foeach to create lists i have tried this and still not working ```...
Hey there! Great validation plugin. I am using it for a State University, we are implementing animation to the field side errors and making the accessibility aspect conform more to...
As a user fills out the form, inputs which are valid are given the green .success class. But once the user focuses on another input, that class is immediately removed...