[jQuery] Re: [validate] validating dynamically created fields

2008-02-04 Thread Jörn Zaefferer
Steffan A. Cline schrieb: Would it be something like this in the head? jQuery.validator.addClassRules({ brochure: { accept: pdf }, movie: { accept: mov|mpg|mpeg|fla|mp4 }, photo: { accept: jpg|gif } }); Then in the body? That looks good. Details for addClassRules are h

[jQuery] Re: [validate] validating dynamically created fields

2008-02-04 Thread Steffan A. Cline
on 2/2/08 3:33 PM, Steffan A. Cline at [EMAIL PROTECTED] wrote: > > on 2/1/08 1:49 PM, Jörn Zaefferer at [EMAIL PROTECTED] wrote: > >> >> Steffan A. Cline schrieb: >>> on 2/1/08 1:10 PM, Jörn Zaefferer at [EMAIL PROTECTED] wrote: >>> >>> Steffan A. Cline schrieb: > I hav

[jQuery] Re: [validate] validating dynamically created fields

2008-02-02 Thread Steffan A. Cline
on 2/1/08 1:49 PM, Jörn Zaefferer at [EMAIL PROTECTED] wrote: > > Steffan A. Cline schrieb: >> on 2/1/08 1:10 PM, Jörn Zaefferer at [EMAIL PROTECTED] wrote: >> >> >>> Steffan A. Cline schrieb: >>> I have a form in multiple sections. The validation declarations are in the head

[jQuery] Re: [validate] validating dynamically created fields

2008-02-01 Thread Jörn Zaefferer
Steffan A. Cline schrieb: on 2/1/08 1:10 PM, Jörn Zaefferer at [EMAIL PROTECTED] wrote: Steffan A. Cline schrieb: I have a form in multiple sections. The validation declarations are in the head as the demos show. Problem is that I have a section where there are multiple groups of dyna

[jQuery] Re: [validate] validating dynamically created fields

2008-02-01 Thread Steffan A. Cline
on 2/1/08 1:10 PM, Jörn Zaefferer at [EMAIL PROTECTED] wrote: > > Steffan A. Cline schrieb: >> I have a form in multiple sections. The validation declarations are in the >> head as the demos show. Problem is that I have a section where there are >> multiple groups of dynamically created file inp

[jQuery] Re: [validate] validating dynamically created fields

2008-02-01 Thread Jörn Zaefferer
Steffan A. Cline schrieb: I have a form in multiple sections. The validation declarations are in the head as the demos show. Problem is that I have a section where there are multiple groups of dynamically created file inputs. The IDs vary and the types of files for each group will vary. An Id ma