[jQuery] Re: jquery validation: manually set the form validity state?

2008-11-07 Thread kedr
Would using resetForm() help me in any way? On Nov 6, 3:11 pm, kedr <[EMAIL PROTECTED]> wrote: > I have a form that is split into 3 different tabs. You can only move > to the next tab if the part of the form on the current tab is valid. I > have 3 separate validator code sec

[jQuery] jquery validation: manually set the form validity state?

2008-11-06 Thread kedr
I have a form that is split into 3 different tabs. You can only move to the next tab if the part of the form on the current tab is valid. I have 3 separate validator code sections each with their own rules and messages. I attach an onclick handler to the custom button to return ('#myForm').validat

[jQuery] jquery validation unhighlight issue

2008-11-05 Thread kedr
my js is as follows: var validator = $('#myForm').validate({ onfocusout: false, onkeyup: false, rules: { prefix: { required: true }, name: { required: true }

[jQuery] problems with unhighlight of error labels with jquery validation 1.4

2008-11-05 Thread kedr
my js is as follows: var validator = $('#myForm').validate({ onfocusout: false, onkeyup: false, rules: { prefix: { required: true }, name: { required: true }