91-9990449935 0120-4256464 |
jQuery submit()jQuery submit event is sent to the element when the user attempts to submit a form. This event is only attached to the <form> element. Forms can be submitted either by clicking on the submit button or by pressing the enter button on the keyboard when that certain form elements have focus. When the submit event occurs, the submit() method attaches a function with it to run. Syntax: It triggers the submit event for selected elements. It adds a function to the submit event. Parameters of jQuery submit() event
Example of jQuery submit() eventLet's take an example to demonstrate jQuery submit() event. Test it NowOutput: Type 'javatpoint' to submit this form finally.
Next TopicjQuery keydown()
|