Computer Science, asked by kulvir1044, 1 year ago

How to submit a form using jQuery click event?

Answers

Answered by aditya5424
0

The submit event is sent to an element when the user is attempting to submit a form. It can only be attached to <form> elements. Forms can be submitted either by clicking an explicit <input type="submit"> , <input type="image"> , or <button type="submit"> , or by pressing Enter when certain form elements have focus.

Similar questions