[jQuery] Re: how to submit a form after validation please ?

2009-09-28 Thread slimshady
I don't understand what you are replying to. I have an alert inside the submitHandler, How do I get POST to my form to happen after it is validated. That IS NOT happening. Thanks . On Sep 28, 3:58 pm, Leonardo K wrote: > Just a tip: > > You don't need to create a new validator function for

[jQuery] Re: how to submit a form after validation please ?

2009-09-28 Thread Leonardo K
Just a tip: You don't need to create a new validator function for your select. Instead of using value="none" for your default option use value="" and just add required:true to the rules. about your problem: Try to put the alert inside the submitHandler function to know if your form is validating.