Mega Code Archive

 
Categories / JavaScript Tutorial / JQuery
 

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

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