質問編集履歴

2

htmlの中身を書き換えました

2020/10/24 03:01

投稿

creative_09
creative_09

スコア80

test CHANGED
File without changes
test CHANGED
@@ -68,11 +68,11 @@
68
68
 
69
69
  const HTMLFORM = `
70
70
 
71
- <div class="test">
71
+ <tr>
72
72
 
73
- testname[${inputTestCount}][]
73
+ <td>testname[${inputTestCount}][]<input type="text" class="form-control test" id="username" name="text" placeholder="comment here"></td>
74
74
 
75
- </div>
75
+ </tr>
76
76
 
77
77
  `
78
78
 

1

HTMLを忘れていました

2020/10/24 03:01

投稿

creative_09
creative_09

スコア80

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,22 @@
42
42
 
43
43
  ```ここに言語を入力
44
44
 
45
+ <div class="container mt-5">
46
+
47
+ <table class="table">
48
+
49
+ <tbody>
50
+
51
+ </tbody>
52
+
53
+ </table>
54
+
55
+ <button class="btn btn-primary" id="addBtn">追加</button>
56
+
57
+ </div>
58
+
59
+
60
+
45
61
  <script>
46
62
 
47
63
  $(function() {