Skip to content

Instantly share code, notes, and snippets.

@l4ci
Created January 9, 2018 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l4ci/3384cd2a1342971cb5be02f0e01fa3c5 to your computer and use it in GitHub Desktop.
Save l4ci/3384cd2a1342971cb5be02f0e01fa3c5 to your computer and use it in GitHub Desktop.
<select onchange="if (this.value) window.location.href=this.value">
<option value="">Pick one:</option>
<option value="/foo">Foo</option>
<option value="/bar">Bar</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment