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