jQuery(document).ready(function($) { $('#fullpage').fullpage({ //options here scrollingSpeed: 1000, navigation: false, slidesNavigation: true }); //methods $.fn.fullpage.setAllowScrolling(true); });
jQuery(document).ready(function($) { $('#fullpage').fullpage({ //options here scrollingSpeed: 1000, navigation: false, slidesNavigation: true }); //methods $.fn.fullpage.setAllowScrolling(true); });