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
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
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
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
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
5 matches
Mail list logo