prevent form to submit on any button code example Example: prevent button from submitting form function myFunc(e){ e.preventDefault(); }