I need give value for varrible after pressed button :
$('#show-more').click(function() {
$('#fullpage').fullpage({
scrollOverflow: false
})
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<button id="show-more"> show more </button>