質問編集履歴

2

初心者マークを表示

2022/03/23 07:33

投稿

nanaco175
nanaco175

スコア0

test CHANGED
File without changes
test CHANGED
@@ -44,6 +44,7 @@
44
44
  }
45
45
  });
46
46
  }
47
+
47
48
  function onPlayerReady(e) {
48
49
  const playListGet = e.target.getPlaylist();
49
50
  $('#thum1').append(

1

補足

2022/03/23 07:29

投稿

nanaco175
nanaco175

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,12 @@
12
12
  そもそも下記コードも間違っているかもしれません。
13
13
  ご教授いただけましたら幸いです。
14
14
 
15
+ ```HTML
16
+ <div id="player1"></div>
17
+ <div id="thum1"></div>
18
+ <div id="player2"></div>
19
+ <div id="thum2"></div>
20
+ ```
15
21
  ```js
16
22
  const tag = document.createElement('script'),
17
23
  firstScriptTag = document.getElementsByTagName('script')[0];