submit a form with a link

submit a form with a link

Hello!

I'm using jquery to validate a form and that I'm using this link to to the submit:

< a href="javascript:void(0);" onclick="document.form.submit();"> Submit </a>


The problem is that this kind of submit doesn't activate the jquery validation. How can I do to force this?

Thanks!! Sole