[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 fixed in the latest

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

2008-10-31 Thread Jörn Zaefferer
Thanks for tracking this down. Its now fixed in the latest revision. Please let me know if it works for you. Jörn On Wed, Oct 29, 2008 at 10:01 PM, Àlex Corretgé [EMAIL PROTECTED] wrote: Hi Jörn, puting these files in the /validate/demo folder you can recreate the problem: - the field is

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

2008-10-29 Thread Àlex Corretgé
Hi Jörn, puting these files in the /validate/demo folder you can recreate the problem: - the field is filled when the form is loaded - the first submit, the form is cancel·led and the error is showed, but in $('#commentForm').bind('invalid-form.validate', function(e, validator) validator is

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

2008-10-27 Thread Àlex Corretgé
Hi Jörn, thanks for the quick answer. I fill the form with database data. If the data controled with a remote rule is erroneous and I never focused the field, when I submit the form, the form is cancelled but errorMap lenght is zero. the seccond time that I submit the form, errorMap has the

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

2008-10-27 Thread Jörn Zaefferer
Can you provide a running example that I can look at? The more simplified it is, the easier to debug. Jörn On Mon, Oct 27, 2008 at 12:39 PM, Àlex Corretgé [EMAIL PROTECTED] wrote: Hi Jörn, thanks for the quick answer. I fill the form with database data. If the data controled with a

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

2008-10-24 Thread Jörn Zaefferer
Fixed! You're welcome to test it before the next release, you can find the latest revision here: http://jqueryjs.googlecode.com/svn/trunk/plugins/validate/ Jörn On Thu, Oct 23, 2008 at 10:49 PM, Àlex Corretgé [EMAIL PROTECTED] wrote: Ok Jörn, issue created http://dev.jquery.com/ticket/3516

[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 from the fact

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

2008-10-22 Thread Jörn Zaefferer
Apart from the fact that this event needs to get exposed as an option, its also a bug that it isn't triggered by the remote method. Could you file a ticket for this? http://dev.jquery.com/newticket (requires registration) Thanks! Jörn On Wed, Oct 22, 2008 at 10:47 AM, corretge [EMAIL PROTECTED]