$(function(){
    $('select#brandlist, select#sortby').change(function(){
        $(this).parents('form:first').submit();
    });
});
