var Admin_Pagination = { init: function() { $('select#ipp').change(function(){ $('input#saveIpp').val('n'); this.form.submit(); }); } };