[jQuery] [Validate] Some problem with latest version of Jquery Validator?

2008-05-22 Thread Deep Ganatra
Hi, I just downloaded Jquery validator verison: 1.3 (I am using JQuery 1.25) With the latest version following things doesn't work: 1. Form gets submitted without getting validated 2. After entering invalid value, when we change the focus of the field, instead of showing the error, it throws fol

[jQuery] [validate] - Strange problem with validations - fields disappear

2008-03-27 Thread Deep Ganatra
Hi, I am facing really strange problem with validation plugin. Following is the code I am using: --- $(document).ready(function() { $("#designform").validate({ errorClass: "show_error", wrapper: "li" }); }); --