Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KristofferRisa/57986487ddec696ec0d4 to your computer and use it in GitHub Desktop.
Save KristofferRisa/57986487ddec696ec0d4 to your computer and use it in GitHub Desktop.
<!-- return false prevents this default behaviour inside the form -->
<button onclick="location.href='/test';return false;">Test</button>
<button onclick="location.href='/test'">Test</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment