Skip to content

Instantly share code, notes, and snippets.

@ozknozsrt
Created November 21, 2016 11:48
Show Gist options
  • Save ozknozsrt/052113b0fc4e7318fae97f34d187ae7c to your computer and use it in GitHub Desktop.
Save ozknozsrt/052113b0fc4e7318fae97f34d187ae7c to your computer and use it in GitHub Desktop.
Mobile Select Navigation Menu
$("nav select").change(function() {
window.location = $(this).find("option:selected").val();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment