[jQuery] Re: [validate] validator.pendingRequest below 0

2008-02-07 Thread Jörn Zaefferer
Yuval schrieb: Hey Jörn! ajaxQueue was indeed included when this did not work. It was loaded in this order though, I don't know if it matters. [...] So it's loaded last. Thanks, Yuval The order doesn't matter. Seems like the problem still exists - so I'll take your proposed fix into

[jQuery] Re: [validate] validator.pendingRequest below 0

2008-02-07 Thread Yuval
1. Have a form with one or more fields that use remote 2. When the form is empty, click the submit button so that it shows all errors 3. Now type the correct thing into one of the fields so that it approves of it 4. Click the submit button again 5. Repeat steps 4-5 and eventually (I am not sure

[jQuery] Re: [validate] validator.pendingRequest below 0

2008-02-06 Thread Yuval
Hey Jörn! ajaxQueue was indeed included when this did not work. It was loaded in this order though, I don't know if it matters. script language=javascript type=text/javascript src=/js/ jquery.js/script script language=javascript type=text/javascript src=/js/ jquery.form.js/script script

[jQuery] Re: [validate] validator.pendingRequest below 0

2008-02-05 Thread Jörn Zaefferer
Yuval schrieb: Hey Jorn, I believe I have found a bug in jquery.validate 1.2. I use a few remotes to make sure a username or an email is not taken. Sometimes I would have some errors in my form and would click the submit button a few times to validate fields - and then would fix the fields