move.js 引進(jìn)無(wú)效,一旦在afterLoad function中出現(xiàn)move語(yǔ)句,頁(yè)面就無(wú)法滾動(dòng);
2016-08-24
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.js"></script>
<script>
$(document).ready( function() {
$('#fullpage').fullpage();
});
</script>
</body>
</html>
這些代碼...在網(wǎng)頁(yè)上怎么出現(xiàn)了亂碼,還無(wú)法滾動(dòng)...(幾個(gè)頁(yè)面的內(nèi)容出現(xiàn)在一個(gè)頁(yè)面)
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.js"></script>
<script>
$(document).ready( function() {
$('#fullpage').fullpage();
});
</script>
</body>
</html>
這些代碼...在網(wǎng)頁(yè)上怎么出現(xiàn)了亂碼,還無(wú)法滾動(dòng)...(幾個(gè)頁(yè)面的內(nèi)容出現(xiàn)在一個(gè)頁(yè)面)
2016-08-19
<boby>
<div id="fullpage">
<div class="section"><h1>歡迎來(lái)到<br>全屏滾動(dòng)網(wǎng)頁(yè)<br>請(qǐng)往下滑/滾動(dòng)鼠標(biāo)</h1></div>
<div class="section"><h1>這里是第二個(gè)頁(yè)面</h1></div>
<div class="section"><h1>這里是第三個(gè)頁(yè)面</h1></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.8.4/jquery.fullPage.js/>
<div id="fullpage">
<div class="section"><h1>歡迎來(lái)到<br>全屏滾動(dòng)網(wǎng)頁(yè)<br>請(qǐng)往下滑/滾動(dòng)鼠標(biāo)</h1></div>
<div class="section"><h1>這里是第二個(gè)頁(yè)面</h1></div>
<div class="section"><h1>這里是第三個(gè)頁(yè)面</h1></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.8.4/jquery.fullPage.js/>
2016-08-19
<!DOCTYPE HTML>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.8.4/jquery.fullPage.css"/>
<title>全屏滾動(dòng)網(wǎng)頁(yè)</title>
</head>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.8.4/jquery.fullPage.css"/>
<title>全屏滾動(dòng)網(wǎng)頁(yè)</title>
</head>
2016-08-19