It is necessary for me that after the function of pressing the button has worked, without reloading the page, use it again in other content divs.
<script> $('#loadmore').click(function(){ $('#mores').css("display", "inherit"); $(this).css("display", "none") }); </script>