質問編集履歴

2

fix

2019/11/15 09:59

投稿

masao1991
masao1991

スコア15

test CHANGED
File without changes
test CHANGED
@@ -121,9 +121,3 @@
121
121
 
122
122
 
123
123
  もしお答えいただけたら幸いです!
124
-
125
-
126
-
127
- ### 動作サンプル
128
-
129
- [CodePen](https://codepen.io/masao-oops/pen/ExxdZyb)

1

・HTMLにjQueryのscriptタグ記述追加しました。(ver.が古いです)

2019/11/15 09:59

投稿

masao1991
masao1991

スコア15

test CHANGED
File without changes
test CHANGED
@@ -60,6 +60,20 @@
60
60
 
61
61
  </div>
62
62
 
63
+
64
+
65
+ <script
66
+
67
+ src="https://code.jquery.com/jquery-2.2.4.min.js"
68
+
69
+ integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
70
+
71
+ crossorigin="anonymous">
72
+
73
+ </script>
74
+
75
+
76
+
63
77
  ```
64
78
 
65
79
 
@@ -102,4 +116,14 @@
102
116
 
103
117
 
104
118
 
119
+ cssは無視でかまいません。
120
+
121
+
122
+
105
123
  もしお答えいただけたら幸いです!
124
+
125
+
126
+
127
+ ### 動作サンプル
128
+
129
+ [CodePen](https://codepen.io/masao-oops/pen/ExxdZyb)