use type="button" if you don't want to submit
button
elements are type="submit"
by default and will trigger submit events on your form (which, more often than not, is not your intention)
Try to explicitly set type="button"
on your button
elements that are not true submit buttons (e.g. cancel)
Written by Jonathan Bowers
Related protips
1 Response
never tried that, but its an option!
Usually when i need a "no submit" button I go for onclick='foo();return false' or onclick='return foo()'
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#