> 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>

This will not work because you are calling the submit method for the
form, not any validation script... Also, is there any reason you are
using the onclick event handler?

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

Please provide more of your code so we can see exactly what you are
trying to accomplish...

Reply via email to