質問編集履歴
4
Jqueryのファイルを入れました
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
というエラー文が出てうまく動きません。
|
6
6
|
|
7
|
-
エラーファイル箇所はj
|
7
|
+
エラーファイル箇所はjQuery v3.5.1の本体で、[こちら](https://github.com/SuzukiOrihiro/question/blob/main/jquery.min.js)です
|
8
8
|
|
9
9
|
|
10
10
|
|
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,4 +68,22 @@
|
|
68
68
|
|
69
69
|
</div>
|
70
70
|
|
71
|
+
......
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
<section class="p-3" id="home">......</section>
|
76
|
+
|
77
|
+
<section class="p-3" id="about">......</section>
|
78
|
+
|
79
|
+
<section class="p-3" id="skill">......</section>
|
80
|
+
|
81
|
+
<section class="p-3" id="services">......</section>
|
82
|
+
|
83
|
+
<section class="p-3" id="works">......</section>
|
84
|
+
|
85
|
+
<section class="p-3" id="contact">......</section>
|
86
|
+
|
87
|
+
|
88
|
+
|
71
89
|
```
|
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,6 +5,12 @@
|
|
5
5
|
というエラー文が出てうまく動きません。
|
6
6
|
|
7
7
|
エラーファイル箇所はjquery.min.jsで、jQuery v3.5.1の本体です。
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
エラー文をそのまま入力してググって出たのが、jQuery Easing Pluginですが、入れてません。
|
12
|
+
|
13
|
+
|
8
14
|
|
9
15
|
解決策をご教授ください
|
10
16
|
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Uncaught TypeError: S.easing[this.easing] is not a function
|
4
4
|
|
5
|
-
というエラー
|
5
|
+
というエラー文が出てうまく動きません。
|
6
6
|
|
7
7
|
エラーファイル箇所はjquery.min.jsで、jQuery v3.5.1の本体です。
|
8
8
|
|