$(function(){ $('#fullpage').fullpage({ 'verticalCentered': false, anchors: ['page1', 'page2', 'page3', 'page4', 'page5'], 'navigation': true, //是否显示导航栏 'navigationPosition': 'right', //导航栏的位置 scrollOverflow: true, scrollOverflowOptions: { scrollY: false }, onLeave: function(nextIndex){ console.log(nextIndex); if( nextIndex === 1 ){ //timerwww setTimeout(function(){ $('.indextwoent .text .icon .tp i').addClass('timerwww'); $(".timerwww").each(count); },2000); } } }); });