[jQuery] Re: Valdiation plugin request

2008-10-02 Thread Wokkel
Yes i have been deciphering your stated example and im fairly new with jquery and i really never could understand the $.validator.addMethod(pageRequired, function(value, element)) function. Awesome you are looking into subforms cant wait for the next release :) .Thank you. On Oct 1, 3:23 pm,

[jQuery] Re: Valdiation plugin request

2008-10-01 Thread Jörn Zaefferer
So far the recommended approach can be seen in this demo: http://jquery.bassistance.de/validate/demo/multipart/ I'm working on a different solution, which should be easier to use, where you specify rules for all elements like you're used to, but also specify which subform should be validated,

[jQuery] Re: Valdiation plugin request

2008-09-29 Thread Gordon
lookup the .rules method in the documentation :) On Sep 28, 8:52 pm, Wokkel [EMAIL PROTECTED] wrote: Hi all, I am successfully using the validation plug in and i would like a request to make it more easier to have a form in several different divs for a multi step layout. I solved a multi

[jQuery] Re: Valdiation plugin request

2008-09-29 Thread Wokkel
Yes i know what you mean with add you can add a validation element and the manual states Adds to an element which is already required.. So you can add validation rules to an existing element. But I want a new set of validation rules. For instance you have DIV1 with name, e-mail and DIV2 with