$("form").submit(function(){var n=$(this).find("#pageNumber");n.val(parseInt(n.val())+1);n.val()>=20&&$("#LoadMore").hide()})