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

Hello I have a HTML File having a Contact form and a **Php form Processing script.** am I using the **Validator plugin** in my HTML for Client Side Validation. But...

Hi. When i re-run the code below (for second time within the process of the ajax response) the submit button will trigger to the server even if the inputs has...

Question
Open

Ho can I prevent form submission if there is any invalid fields in the form I am submiting the form on submit by ajax.

Question

I having a issue with Server messages overwriting other messages and doing search I found https://github.com/victorjonsson/jQuery-Form-Validator/commit/5b67d3b0ea05ce75423c388c90c1d94beec47d5a which is meant to fix it. As I am using CDNJS for to get...

Bug
Unconfirmed

Hello, I would like to show the Bootstrap Modal DIalog after submitted the Form. Below is my code but its doesn't show me Modal Dialog, Please check $.validate({ form :...

Good day, I've got a input field with multiple checks on validation. I've created a new validator for this field. But when for example someone puts in a wrong email...

Just a question, not an issue: This is for credit card expiry dates. Two dropdowns: one for month, one for year. Is there a way to link them and validate...

I have an input that should depend on a radio button before requiring validation, but the input seems to always be required regardless of the radiobutton. Code below. ``` Stipend...

Bug
Unconfirmed

Any suggestions on using this library for word count validation? Thanks in advance!

I would like to initialize single dynamic input which is generated after other form inputs are initialized by code like this: ``` $('.new-input').not('[data-validation]').validate({ modules: 'html5, security', lang: 'en' }); ```...