为了账号安全,请及时绑定邮箱和手机立即绑定

move is not defiened

下面是我的引入:

<link href="https://cdn.bootcss.com/fullPage.js/2.9.7/jquery.fullpage.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/index.css">
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.js"></script>
<script src="https://cdn.bootcss.com/fullPage.js/2.9.7/jquery.fullpage.min.js"></script>
<script src="./js/move.js"></script>
<script src="./js/index.js"></script>

然后js代码:

afterLoad: function(link, index) {
  if (index === 2) {
    move('.section2').set('margin-left', '400px').end()
  }
},

这里会报错

Uncaught ReferenceError: move is not defined

    at jQuery.fn.init.afterLoad (index.js:8)

    at ro (jquery.fullpage.js:1579)

    at jquery.fullpage.js:1464

afterLoad @ index.js:8

ro @ jquery.fullpage.js:1579

(anonymous) @ jquery.fullpage.js:1464

setTimeout (async)

(anonymous) @ jquery.fullpage.js:1463

so @ jquery.fullpage.js:1438

Ye @ jquery.fullpage.js:394

Ze @ jquery.fullpage.js:1079

io @ jquery.fullpage.js:1252

不知道是什么原因。

正在回答

1 回答

可能是move.js 路径没有引用对 ,或者你那个js 没有写对 ,要先new 一个 fullpage 对象

 var myFullpage = new fullpage('#fullpage', {

       anchors: ['firstPage', 'secondPage', '3rdPage'],

       

       navigation: true,



      

        

        



   



   });


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
FullPage.js全屏滚动插件
  • 参与学习       43827    人
  • 解答问题       202    个

基于jQuery的全屏滚动效果插件,让翻页显得格外的高端大气上档次

进入课程

move is not defiened

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信