回答編集履歴
1
修正
answer
CHANGED
@@ -3,4 +3,6 @@
|
|
3
3
|
> Installation
|
4
4
|
Download and include parallax.min.js in your document after including jQuery.
|
5
5
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
6
|
-
<script src="/path/to/parallax.js"></script>
|
6
|
+
<script src="/path/to/parallax.js"></script>
|
7
|
+
|
8
|
+
この手の「何かしら読み込ませたし設定もしているが何も反応しない」場合はブラウザ開発ツールのコンソールを見るとたいていエラーが出ています。ご確認ください
|