[jQuery] Re: Jquery plugin validation remote option

2009-05-20 Thread Jörn Zaefferer
Implementing remote methods isn't as simple as that. Your method returns undefined on the first call, and further calls will return the result of the previous validation. Use the remote method instead: http://docs.jquery.com/Plugins/Validation/Methods/remote Jörn On Wed, May 20, 2009 at 11:08 A

[jQuery] Re: jQuery plugin: Validation

2009-04-11 Thread stepan
hi exam. $(document).ready(function(){ $("#form").validate( errorPlacement: function(error, element) { } ); }); On 11 апр, 13:54, Rick wrote: > I'm using this plugin in its simplest > form..http://docs.jquery.com/Plugins/Validation > > All I have is this for my c

[jQuery] Re: jquery Plugin Validation + jquery Form Plugin

2008-06-27 Thread Fred Boucher
You are right ! Thank you very much for your help, Jörn :) On 27 juin, 14:56, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Try to put the script you load into the ajaxSubmit-success-callback, > instead of loading it together with the HTML. That should be much more > reliable. > > Jörn > > On Fri

[jQuery] Re: jquery Plugin Validation + jquery Form Plugin

2008-06-27 Thread Fred Boucher
I send an answer but I don't see it. So, you were right. Thank you very much for your help, Jörn :) On 27 juin, 14:56, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Try to put the script you load into the ajaxSubmit-success-callback, > instead of loading it together with the HTML. That should be

[jQuery] Re: jquery Plugin Validation + jquery Form Plugin

2008-06-27 Thread Jörn Zaefferer
Try to put the script you load into the ajaxSubmit-success-callback, instead of loading it together with the HTML. That should be much more reliable. Jörn On Fri, Jun 27, 2008 at 2:43 PM, Fred Boucher <[EMAIL PROTECTED]> wrote: > > I have a problem using two plugins with Jquery : > http://bassis