$(document).ready(function(){$('select.sort-options').change(function(){var h=window.location.href.replace(/&?page=[0-9]+/gi,'');if(h.indexOf('sort=')!=-1){h=h.replace(/sort=[a-zA-Z\-]+/gi,'sort='+$(this).val())}else if(h.indexOf('?')!=-1){h=h.replace(/\?/,'?sort='+$(this).val()+'&')}else{h+='?sort='+$(this).val()}window.location.href=h})});