[jQuery] jQuery validation error: 'settings' is null or not an object

2009-12-08 Thread NovoGeek
Hi all, I'm using jQuery validation plugin and everything works fine in Firefox. But in IE (7&8), when I try to validate my form, I get the error - ['settings' is null or not an object]. I'm using simple rules like this: $("#FormID").validate({ rules: { FirstNa

[jQuery] Re: Validation: Form with multiple submit buttons having different validation rules

2009-10-03 Thread NovoGeek
I have seen the login form example (http://jquery.bassistance.de/ validate/demo/login/), but I cannot use it as I have to manually change css classes for all required elements. Can someone help me out in this issue? Should I write custom methods for this? On Oct 2, 10:14 pm, NovoGeek wrote

[jQuery] Validation: Form with multiple submit buttons having different validation rules

2009-10-02 Thread NovoGeek
Hi all, I tried searching for similar issues but couldn't find a satisfying answer. So posting it here. I have a form with multiple fieldsets which are visible conditionally. There are three submit buttons "Abandon", "Save" and "Save & Continue". Each button should validate specific controls of th