문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
wiki:javascript:javascript_note:onclick_event [2021/07/01 18:10] emblim98 만듦 |
wiki:javascript:javascript_note:onclick_event [2023/01/13 18:44] (현재) |
||
|---|---|---|---|
| 줄 245: | 줄 245: | ||
| document.getElementById(" | document.getElementById(" | ||
| | | ||
| - | /* myFunction toggles between adding and removing the show class, which is used to hide and show the dropdown content. */ | + | /* myFunction toggles between adding and removing the show class, |
| + | | ||
| function myFunction() { | function myFunction() { | ||
| document.getElementById(" | document.getElementById(" | ||