Actually, if it's input elements within a step:

$('#the-step-parent-element :input');

-Trey



On Mar 18, 8:56 am, tres <treshug...@gmail.com> wrote:
> Actually, to select all the elements in a specific form, all you need
> is:
>
> $('#your-form :input');
>
> -Trey
>
> On Mar 17, 12:43 pm, Led <l.r....@sapo.pt> wrote:
>
> > See it here
>
> >http://d61628.tinf28.tuganet.info/132/1.htm
>
> > On 17 Mar, 01:30, Stephen Sadowski <d...@meta-meta.com> wrote:
>
> > > Hey,
>
> > > I'd go with $('#form input,select,radio,textarea') to select all
> > > standard form elements, but the validation depends on how you're doing
> > > validation.
>
> > > -S
>
> > > On Mon, 2009-03-16 at 18:18 -0700, led wrote:
> > > > Hi need to validate just the form elements in a step. how do i
> > > > reference the form elements in a div.
>
> > > > ex: $("#form").validate().element("elements in the div")
>
> > > > thanks in advanve- Ocultar texto citado -
>
> > > - Mostrar texto citado -

Reply via email to