jQuery(document).ready(function() {

$('.tx-skcalendar-pi1 select').change(function(e){
	this.parentNode.submit();
});

});