-1

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>
karel
  • 5,489
  • 46
  • 45
  • 50

1 Answers1

0

You can not.

Nothing in the documentation indicates that's possibility. Why do you think you can?

There's also an open issue about it on github.

Alvaro
  • 40,778
  • 30
  • 164
  • 336