$(document).ready(function() {
	$('#qu_id').change(function() {
		$('#form_itt_comparison').submit();
	});
});