[jQuery] Re: [validate] problems with invalid-form.validate and remote rules

2008-11-05 Thread Àlex Corretgé
Hi Jörn, it runs perfectly :-) thanks -- Atentament / Kind Regards Àlex Corretgé Serveis Informàtics Corretgé.com SLU http://corretge.cat/ LinkedIn: http://www.linkedin.com/in/corretge 2008/10/31 Jörn Zaefferer <[EMAIL PROTECTED]> > Thanks for tracking this down. Its now fix

[jQuery] Re: [validate] problems with invalid-form.validate and remote rules

2008-10-29 Thread Àlex Corretgé
idator) validator is undefined - the second submit, the form is cancel·led, the error is showed and the invalid-form.validate validator parm is a validator object. thanks for all -- Atentament / Kind Regards Àlex Corretgé Serveis Informàtics Corretgé.com SLU http://corretge.cat/ LinkedIn: http:/

[jQuery] Re: [validate] problems with invalid-form.validate and remote rules

2008-10-27 Thread Àlex Corretgé
jFirstTab = 'ajt_'+aFldTabs[jCamp]; jFirstField = jCamp; } } ajtabbar.setTabActive(jFirstTab,true); document.getElementById(jFirstField).focus(); ajtabbar.setCustomStyle(jFirstTab,'red'); alert(jjError);

[jQuery] Re: [validate] remote rule send field value by POST instead GET

2008-10-24 Thread Àlex Corretgé
that affects all > requests. > > $.ajaxSetup({ > type: "post" > }); > > Jörn > > On Thu, Oct 23, 2008 at 11:04 PM, Àlex Corretgé <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a hidden field in a form that contain the JSON view of th

[jQuery] [validate] remote rule send field value by POST instead GET

2008-10-23 Thread Àlex Corretgé
of the field tiggered with a remote rule by POST method? -- Atentament / Kind Regards Àlex Corretgé Serveis Informàtics Corretgé.com SLU http://corretge.cat/ LinkedIn: http://www.linkedin.com/in/corretge

[jQuery] Re: [validate] problems with invalid-form.validate and remote rules

2008-10-23 Thread Àlex Corretgé
Ok Jörn, issue created http://dev.jquery.com/ticket/3516 thanks for all -- Atentament / Kind Regards Àlex Corretgé Serveis Informàtics Corretgé.com SLU http://corretge.cat/ LinkedIn: http://www.linkedin.com/in/corretge 2008/10/22 Jörn Zaefferer <[EMAIL PROTECTED]> > Apart