jQuery-Form-Validator icon indicating copy to clipboard operation
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.

Results 101 jQuery-Form-Validator issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

Feature
Question

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...

Question

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...

Bug
Unconfirmed

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.

Bug
Unconfirmed
Next release

Hello. Where does the script gets the country list suggestion? Can I change this values to another kind of list? Thanks

Question

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...

Question
Open