回答編集履歴
1
sample
answer
CHANGED
@@ -3,4 +3,6 @@
|
|
3
3
|
const dtls=document.querySelector('#id_ifrem').contentWindow.document.querySelectorAll('details');
|
4
4
|
dtls.forEach(x=>x.open=flg);
|
5
5
|
}
|
6
|
-
```
|
6
|
+
```
|
7
|
+
|
8
|
+
- [codepen iframe control](https://codepen.io/yambejp/pen/vYKLmzw)
|