yanhaijing / zepto.fullpage

Focusing on the fullPage.js for mobile terminals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

为什么报这个错误啊

xiaobai87 opened this issue · comments

Uncaught TypeError: $(...).fullpage is not a function?

<script type="text/javascript"> $('.wp-inner').fullpage(); </script> <script type="text/javascript" src="//cdn.bootcss.com/zepto/1.2.0/zepto.js"></script> <script type="text/javascript" src="zepto.fullpage.js"></script>

调用代码必须放到 引入zepto.js和fullpage.js之后

<script type="text/javascript" src="//cdn.bootcss.com/zepto/1.2.0/zepto.js"></script>
<script type="text/javascript" src="zepto.fullpage.js"></script>
<script type="text/javascript"> $('.wp-inner').fullpage(); </script>