質問編集履歴

1

htmlコードの追加

2022/03/25 07:50

投稿

teddy1121
teddy1121

スコア44

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,35 @@
6
6
 
7
7
 
8
8
  ### 該当のソースコード
9
+ ```html
10
+ <p>
11
+ <div class="get-table">
12
+ <table id="table1" class="kjtable">
13
+ <thead>
14
+ <tr id="table-date" class="center">
15
+ <th id="tableID">ID</th>
16
+ <th id="table-name" width="200">氏名</th>
17
+ <th id="table-kana" width="150" cmanSortBtn>カナ</th>
18
+ <th id="table-sex" width="50">性別</th>
19
+ <th id="table-address">地域</th>
20
+ <th id="table-reg">登録</th>
21
+ <th id="table-kshaID" hidden>kshaID</th>
22
+ <th id="table-ageID" hidden>ageID</th>
23
+ <th id="table-classID" hidden>classID</th>
24
+ <th id="attend" class="center">出席</th>
25
+ <th id="attend-check">チェック</th>
26
+ </tr>
27
+ </thead>
28
+ </table>
29
+ </div>
30
+ </p>
9
31
 
32
+ <select name="kamoku" class="kamoku" id="kamoku-select">
33
+ <option value="0">選択してください</option>
34
+ <option value="11">選択1</option>
35
+
36
+ </select>
37
+ ```
10
38
  ```javascript
11
39
  document.addEventListener('click', function (e) {
12
40
  var t = e.target;