To submit the first form without using the submit() function : trigger « jQuery « JavaScript DHTML
- JavaScript DHTML
- jQuery
- trigger
To submit the first form without using the submit() function
$("form:first").trigger("submit")
Related examples in the same category