pagination.js revision 79770c779dce8fe4feb39649883ef5c83a60ce6a
$(function(){
$(".pagination select").change(function(){
this.form.submit();
});
})