$(document).ready(function () {
// Submit form on order change
$("select").change(function (e) {
$("button[name=submit]").click();
});