$(document).ready(function() {  

    $("#formPesquisaOrd").change(function(){
	this.submit();
    });  
    
});