回答編集履歴

1

修正

2018/08/06 07:18

投稿

yambejp
yambejp

スコア114883

test CHANGED
@@ -4,7 +4,15 @@
4
4
 
5
5
 
6
6
 
7
+ ※以下コピペ
8
+
7
9
  ```javacript
10
+
11
+ <meta http-equiv="content-type" charset="utf-8">
12
+
13
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
14
+
15
+ <script>
8
16
 
9
17
  $(function(){
10
18
 
@@ -18,9 +26,9 @@
18
26
 
19
27
  });
20
28
 
21
- ```
29
+ </script>
22
30
 
23
- ```HTML
31
+
24
32
 
25
33
  <form>
26
34