$(function () { $('#page-switcher').on('change', function(e) { var page = $(e.target).val(); window.location = '/page/' + page; }); });