回答編集履歴

1

誤記修正

2021/07/09 04:31

投稿

退会済みユーザー
test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  // 1行目 開始時間
8
8
 
9
- $("#demCntrlArea-tbody tr").eq(0).children('td').eq(3).find("option[value='20']").attr('selected', true);
9
+ $("#class-tbody tr").eq(0).children('td').eq(3).find("option[value='20']").attr('selected', true);
10
10
 
11
11
  ```
12
12
 
@@ -16,7 +16,7 @@
16
16
 
17
17
  // ◆main.html
18
18
 
19
- <select id="startTimeList" class="demCntrlTime">
19
+ <select id="startTime" class="CntrlTime">
20
20
 
21
21
  <option value="00">00</option>
22
22