We have that

form.element(...)
form.elements(...)

both take jQuery syntax.

Massimo

On Jan 4, 10:13 am, Jonathan Lundell <[email protected]> wrote:
> On Jan 4, 2011, at 7:19 AM, annet wrote:
>
>
>
> > Thanks for your reply. I tried:
>
> > form[0][2][2].insert(0,A('already in
> > database?',_onmouseover="this.style.cursor='pointer';",_onclick="javascript:details('%s/'+
> > $('#kvk_number').val()+'/'+$
> > ('#subdossiernumber').val())"%URL(r=request,f='retrieve')))
>
> Wouldn't it be cool to have a systematic way of working with forms? A kind of 
> DOM, with jQuery-like syntax for talking about specific components? 
> Constructions like form[0][2][2].insert(0,… are impossibly opaque.

Reply via email to