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 following JS error. ----------------- val has no properties if (val.param || val.depends) { ----------------- Line No. 785. When I try the same thing with version 1.2.1 of validator, things work fine. Do let me know if you want me to post the code. Regards, Deep