質問編集履歴
2
コードの修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
htmlを追加しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,7 +7,22 @@
|
|
7
7
|
|
8
8
|
|
9
9
|
### 該当のソースコード
|
10
|
-
|
10
|
+
```html
|
11
|
+
<p>おはようございます</p>
|
12
|
+
<button type="button" id="push01" class="btn"/>
|
13
|
+
次へ
|
14
|
+
</button>
|
15
|
+
</div>
|
16
|
+
<div id="box01">
|
17
|
+
<p>こんにちは</p>
|
18
|
+
<button type="button" id="push02" class="btn"/>
|
19
|
+
次へ
|
20
|
+
</button>
|
21
|
+
</div>
|
22
|
+
<div id="box02">
|
23
|
+
<p>こんばんは</p>
|
24
|
+
</div>
|
25
|
+
```
|
11
26
|
```ここに言語名を入力
|
12
27
|
$(function(){
|
13
28
|
$("#box01").css("display", "none");
|