[jQuery] Re: problems about jquery.validate

2007-11-28 Thread Jacky Chen
Hi Jörn, you misunderstand my meaning.my english is poor,so i don't how to describe my opinion. The first problem is about the code following: stopRequest: function(valid) { this.pendingRequest--; if ( valid && this.pendingRequest == 0 && this.submitted && this.form() ) { jQuery(this.cu

[jQuery] Re: problems about jquery.validate

2007-11-28 Thread Jörn Zaefferer
Jacky Chen schrieb: Hi, submit is called after remote validation.it is not good for user experience.it should just update the just field validation info. Now, I didn't get that one. Try again? and another problem is that i can't define the nam

[jQuery] Re: problems about jquery.validate

2007-11-28 Thread Jacky Chen
Hi, submit is called after remote validation.it is not good for user experience.it should just update the just field validation info. and another problem is that i can't define the name of the data that to be validation.in remote it is data:{value:value}.In my exists validation program,it not rec

[jQuery] Re: problems about jquery.validate

2007-11-25 Thread Jacky
Hi Jörn, thanks your reply and great works. On 11月25日, 上午3时01分, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Hi Jack!> can jquery.validate use custom validator? And another problem is > about > > email validator,it can't pass validate with my email address > > [EMAIL PROTECTED] exactly validate

[jQuery] Re: problems about jquery.validate

2007-11-24 Thread Jörn Zaefferer
Hi Jack! can jquery.validate use custom validator? And another problem is about email validator,it can't pass validate with my email address [EMAIL PROTECTED] exactly validate email address. Yes, custom validations are possible. Take a look at this and let me know if that doesn't help you: