$(document).ready(function(form){
    $("#month").change(function(){
        $("#month").submit();
    })
})
