$('input#submitResultsPerPage').css({'display':'none'});
$("#resultsPerPage").bind("change",function(){
  $("#submitResultsPerPage").click();
});