Try this:

$("#submit").click(function() {
  $("#myForm").submit();
});
<a id="submit" href="#">Submit</a>

Jörn

On Mon, Dec 22, 2008 at 2:16 PM, sole <szub...@gmail.com> wrote:
>
> 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 the validation?
>
> Thanks!! Sole
>

Reply via email to