Re: [jQuery] (validation): remote rule causes submit to abort, fix included

2009-12-30 Thread amschroeder
I ran into the same problem as Ken. Calling $(#form).validate().form() would yield true, even when the remote validation should have been failing. The problem is... (1) When calling .validate.form() -- it returns prematurely with the status of pending for all remote validation rules. (2)

[jQuery] (validation): remote rule causes submit to abort, fix included

2009-12-21 Thread KenGreer
With the validation plugin (http://bassistance.de/jquery-plugins/ jquery-plugin-validation/) I included two remote rules to check username and e-mail. If my form is loaded such that the username and e- mail are already filled in, and, therefore, have not yet been validated, and I click SUBMIT,

Re: [jQuery] (validation): remote rule causes submit to abort, fix included

2009-12-21 Thread Jörn Zaefferer
The plugin will submit the form after the async request finishes. The remaining problem is that any submit-button won't be submitted. Maybe thats the problem you had? Jörn On Mon, Dec 21, 2009 at 8:15 AM, KenGreer k...@dancesoft.com wrote: With the validation plugin

Re: [jQuery] (validation): remote rule causes submit to abort, fix included

2009-12-21 Thread Andre Polykanine
...@dancesoft.com To: jQuery (English) jquery-en@googlegroups.com Date: Monday, December 21, 2009, 9:15:37 AM Subject: [jQuery] (validation): remote rule causes submit to abort, fix included With the validation plugin (http://bassistance.de/jquery-plugins/ jquery-plugin-validation/) I included two remote rules