Skip to content

Instantly share code, notes, and snippets.

@zhukovsergei
Created December 24, 2015 09:24
Show Gist options
  • Save zhukovsergei/5894df3f7e8f378ceef6 to your computer and use it in GitHub Desktop.
Save zhukovsergei/5894df3f7e8f378ceef6 to your computer and use it in GitHub Desktop.
Change document location
<select onchange="document.location='?sort='+this.options[this.selectedIndex].value">
<option value="alphabet">Алфавит</option>
<option value="rating">Рейтинг</option>
<option value="date">Дата создания</option>
</select>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment