jQuery-Form-Validator
jQuery-Form-Validator copied to clipboard
[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
I have input1 & input2 .. how can I validate that the sum of their characters length are not exceed 30 (for example) ? like: ``` var one = input1.val()...
You've got the ability to create custom validators which is excellent but I'm wondering how you would approach writing a custom sanitiser? We've got a solution we currently apply which...
First of all, thank you for writing this wonderful and flexible plugin. I have one suggestion/enhancement request. I think one issue I ran into with this validating forms with multiple...
Hi. I'm using your great plugin jquery form validator in a open source project, but I have a wizard form with buttons back reset and next. When I create the...
data-validation-optional-if-answered does not handle case of duplicate input name in another form.
If I have 2 different forms with input fields with the same names. The data-validation-optional-if-answered validator gets confused when there are such duplicates. Isn't it supposed to look at the...
Can we have another Date validation options? Like: 1- Date interval Check if the date is between a given interval 2- Min and max Date input Obs. I'm using a...
If you input [email protected]@gmail.com it accepts this value when the field is tested for email.
Hello. Where does the script gets the country list suggestion? Can I change this values to another kind of list? Thanks
I'm using select2 with addValidator "required_select", when I remove the selected option, it stays in the state of success. I want to display the error immediately after removing the option...