Created
June 24, 2016 12:22
-
-
Save theredstapler/a859be68ceab4b26c3f53accea21204d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<link rel="stylesheet" href="style.css"> | |
<script src="jquery-1.11.3.js"></script> | |
<script src="jquery.fullPage.min.js"></script> | |
<link rel="stylesheet" href="jquery.fullPage.css"> | |
</head> | |
<body> | |
<div id="wrapper"> | |
<div class="section"> | |
<img src="/images/1.jpg" /> | |
</div> | |
<div class="section"> | |
<img src="/images/2.jpg" /> | |
</div> | |
<div class="section"> | |
<img src="/images/3.jpg" /> | |
</div> | |
<div class="section"> | |
<img src="/images/4.jpg" /> | |
</div> | |
</div> | |
<script> | |
$(document).ready(function(){ | |
$('#wrapper').fullpage(); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! I have an error after loading my page! Couldd you help me!?
The error is like the below snipet code :
jquery-3.4.1.min.js:2 Uncaught TypeError: $(...).fullpage is not a function
at HTMLDocument. ((index):36)
at e (jquery-3.4.1.min.js:2)
at t (jquery-3.4.1.min.js:2)