To trigger the submit event on the first form on the page : Form Submit « jQuery « JavaScript DHTML






To trigger the submit event on the first form on the page

 

$("form:first").submit();

   
  








Related examples in the same category

1.Cancel submit event by returning false
2.Turn off submit action
3.Submit event
4.Validate form and output message