Top "Jquery-validation-engine" questions

jQuery validation engine is a Javascript plugin aimed at the validation of form fields in the browser (IE 6-8, Chrome, Firefox, Safari, Opera 10).

jQuery Validator Does Not Validate Input File Type

I've written a upload form and I want users to be able to upload only images. I've decided to use …

jquery validation jquery-validate jquery-validation-engine
Regex unexpected token

When I add this regex into validation engine I get a javascript error: "unexpected token", it seems that the regex …

javascript jquery jquery-validation-engine
jQuery Validation disable submit button until form validated

In the script below, I'm trying to capture the success event of the validation engine (all form element's validation criteria …

jquery jquery-validation-engine
Combine function for 10 digit phone number - no spaces

Been trying to validate with a 10 digit phone number, no spaces or any other characters other than numbers. I think …

jquery-validation-engine
Unable to specify custom error in jQuery validation engine

I am fiddling with the jQuery validation engine documented here I have downloaded all JS files locally. And created a …

jquery jquery-validation-engine
jquery Validation Engine funcCall not working if only rule

I have an input field that I am trying to add custom validation to (required depending on another field). If …

jquery-validation-engine
How to validate a field before whole form validation using ValidationEngine

I'm trying to use ValidationEngine (https://github.com/posabsolute/jQuery-Validation-Engine) I need to validate one field (for email) before the …

jquery jquery-validation-engine
jQuery-Validation-Engine validation between start-date and end-date

I use jQuery Validation Engine for my form validation here is link for demo : https://github.com/posabsolute/jQuery-Validation-Engine I …

jquery jquery-validation-engine
jQuery-Validation-Engine - Validation File MIME Type

I would like to use the jQuery-Validation-Engine to validate the MIME Type of a file input. How could I do …

jquery-validation-engine
jQuery form validation engine not working properly on equals

I just downloaded the jQuery plugin form validation engine. Everything worked good so far until I check if the passwords …

jquery forms jquery-validation-engine