﻿$(function () {
    $("#sort_by").change(function () {        
        $("#brand_form").submit();
    });
});
