Skip to content

Instantly share code, notes, and snippets.

@kikegarcia
Created July 18, 2013 07:06
Show Gist options
  • Save kikegarcia/6027272 to your computer and use it in GitHub Desktop.
Save kikegarcia/6027272 to your computer and use it in GitHub Desktop.
onchange select
<div class="styled-select">
<select id="selectmodifier" onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);">
<option value="" selected="selected" enabled='false'>BUSCA TU ARTISTA</option>
<!-- START videoselect -->
<option value="/video/{urlname}">{name}</option>
<!-- END videoselect -->
</select>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment