$(document).ready(function() { $('#fullpage').fullpage({ anchors: ['firstPage', 'secondPage', 'thirdPage', 'fourthpage', 'lastPage'], navigation: true, navigationPosition: 'right', navigationTooltips: ['Main', 'Business', 'Work', 'Product', 'Contact'], autoScrolling: false }); });