質問編集履歴

1

コードの入力表記の仕様を理解しておらず大変失礼致しました。入力訂正致しました。

2018/06/21 01:51

投稿

nico13th
nico13th

スコア6

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,14 @@
12
12
 
13
13
 
14
14
 
15
+ ご指摘ありがとうございます。
16
+
17
+ 仕様を理解しておらず大変失礼致しました。
18
+
19
+
20
+
21
+ ```lang-html
22
+
15
23
  <div class="unit_reserved" onclick="return jump_sheet(this);" data-sid="230108">
16
24
 
17
25
  <p class="start">07:00~07:45</p>
@@ -23,6 +31,18 @@
23
31
  </div>
24
32
 
25
33
 
34
+
35
+
36
+
37
+ <form name="selected_lesson" method="POST" action="sheet.php">
38
+
39
+ <input type="hidden" name="sid">
40
+
41
+ </form>
42
+
43
+ ```
44
+
45
+ ```lang-javascript
26
46
 
27
47
  function jump_sheet(obj) {
28
48
 
@@ -44,11 +64,7 @@
44
64
 
45
65
 
46
66
 
47
- <form name="selected_lesson" method="POST" action="sheet.php">
48
-
49
- <input type="hidden" name="sid">
50
-
51
- </form>
67
+ ```
52
68
 
53
69
 
54
70