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 Validation Engine for dynamically added hidden input fields

I want to use the JQuery Validation Engine plugin to look over dynamically added hidden input fields. At least one …

jquery jquery-validation-engine
Validation Error Message won't hide when valid

UPDATE 2: I figured out that the title of the input was for some reason being displayed as an error message, …

jquery html css jquery-validate jquery-validation-engine
Add a custom regex validation in jQuery Validation Engine

I have problems adding a custom validation to validate fields entering time (with jQuery Validation Engine), in the following manner: …

jquery regex validation jquery-validation-engine