Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 맥
- 아이패드
- 클립스튜디오구독
- js
- 서평단
- 클튜구독
- 구매
- 구독
- 별찍어보기
- 형변환
- 클튜할인
- rectangleapp
- textContent
- 클튜구매
- 애플
- 배열
- 디자인표준계약서
- 클립스튜디오할인
- 프프로로그그래래밍
- 맥에서 게임
- https://rectangleapp.com
- 클립스튜디오구매
- Math.floor();
- querySelectAll
- 객체
- 게임 맥에서
- 소수점이하버리기
- 클튜
- 클립스튜디오
- form
Archives
- Today
- Total
목록querySelectAll (1)
duedue
사진 바꾸기
section img { max-width: 100%; } .center { margin: 0 auto; width: 50%; } ul { overflow: hidden; margin: 0; padding: 0; list-style-type: none; } li { float: left; margin-right: 1%; width:24%; } var thumbs = document.querySelectorAll('.thumb'); for (var i = 0; i < thumbs.length; i++) { thumbs[i].onclick = function () { document.getElementById('bigimg').src = this.dataset.image; // console.log(this..
JavaScript
2022. 1. 18. 18:43