質問編集履歴

4

Jqueryのファイルを入れました

2021/04/25 12:21

投稿

Surofuture
Surofuture

スコア49

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  というエラー文が出てうまく動きません。
6
6
 
7
- エラーファイル箇所はjquery.min.jsで、jQuery v3.5.1の本体です
7
+ エラーファイル箇所はjQuery v3.5.1の本体で、[こちら](https://github.com/SuzukiOrihiro/question/blob/main/jquery.min.js)で
8
8
 
9
9
 
10
10
 

3

修正

2021/04/25 12:21

投稿

Surofuture
Surofuture

スコア49

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

修正

2021/04/25 09:29

投稿

Surofuture
Surofuture

スコア49

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

修正

2021/04/25 09:18

投稿

Surofuture
Surofuture

スコア49

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