[jQuery] (validate) - How do I validate required fields before form submit

[jQuery] (validate) - How do I validate required fields before form submit


Hi
I am trying to use jquery: validation plugin by Jörn Zaefferer. Which
works really well I have to say.
The one limitation I am trying to work around is how I can run
validation for required fields before I submit a form.
At the moment I have to submit the form before I see the error
messages for required fields I would like to see them prior as the
user tabs through the form.
Thanks in advance
Alex