$(function(){$('.change-category select').change(function(ev){document.location='/category/'+$(this).val()+'/';});});