Skip to content

Instantly share code, notes, and snippets.

@alanef
Created May 9, 2022 16:08
Show Gist options
  • Select an option

  • Save alanef/7b55bd36b780202b536eed939ecfb672 to your computer and use it in GitHub Desktop.

Select an option

Save alanef/7b55bd36b780202b536eed939ecfb672 to your computer and use it in GitHub Desktop.
example dropdown
<select onchange="window.location=this.value">
<option disabled selected>Choose location</option>
<option value="https://example.com/location-page-one">Location One</option>
<option value="https://example.com//location-page-two">Location Two</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment