Computer Science, asked by ranjanaraikwar752, 3 months ago

_____button will refresh the form.​

Answers

Answered by rpvvipex912152
1

Answer:

Use jQuery's submit event to handle the form submit, add return false; at the end of the submit handle function to prevent the page to reload.

Explanation:

Similar questions