﻿$(document).ready(function() {
    $("#sortOrder").change(function() {
        $("#sortForm").submit();
        
    })
});



       
