_____button will refresh the form.
Answers
Answered by
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