$(function(){
  $('#month, #year', 'form#date-select').change(function(){
	  $('form#date-select').submit();
  });
});