Re[2]: [jQuery] Urgent help with the validation plugin: no reaction onSubmit

2009-12-16 Thread Andre Polykanine
ahoo! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: brian To: jquery-en@googlegroups.com Date: Wednesday, December 16, 2009, 8:38:26 PM Subject: [jQuery] Urgent help with the validation plugin: no reaction onSubmit You might need to post some code.

Re: [jQuery] Urgent help with the validation plugin: no reaction onSubmit

2009-12-16 Thread brian
You might need to post some code. Are you using the submitHandler option at all? On Wed, Dec 16, 2009 at 7:06 AM, Andre Polykanine wrote: > Hello everyone, > > There's a form I try to validate. > As there is a Nickname field, I check with the Remote method if it's > already used or not. I use a p

[jQuery] Urgent help with the validation plugin: no reaction onSubmit

2009-12-16 Thread Andre Polykanine
Hello everyone, There's a form I try to validate. As there is a Nickname field, I check with the Remote method if it's already used or not. I use a php file that forms a query to the MySql database asking if the nickname entered from keyboard is equal to the nickname I pass to the file (I get it e