$(document).ready(function(){
    $("#categorias").change(function() {
        window.location = $(this).val();
    });
})
