
책과 결과 값의 차이가 커서 오탈자 봤더니 "month + 1"을 빼먹었더라; (책은 재판하면서 수정놓고선 코드 수정은 안해놓음. 할말하않) 그리고 D-day는 당일부터 계산하기 때문에 -1을 해줘야 한다. (예를 들어 100일인 경우, 1을 안빼주면 101일이 된다.) 내 코드 const startValue = prompt('사귀기 시작한 날짜를 입력해주세요.', "2018-03-23"); let startDay = new Date(startValue); const toDay = new Date(); const dayMilli = 1000 * 60 * 60 * 24; const accent = document.querySelector('#accent').firstElementChild; const da..
See the Pen [Swiper] 추가 옵션 by mill (@millfeel) on CodePen. 옵션 기본값 값 설명 direction 'horizontal' 'horizontal' | 'vertical' 슬라이드 방향 speed 300 number 슬라이드 전환 시간 단위: ms freeMode false boolean 활성화하면 슬라이드에 고정 된 위치가 없다. allowTouchMove true boolean 스와이프 막는 기능 [false 인 경우] 슬라이드를 전환하는 유일한 방법은 slidePrev 또는 slideNext와 같은 외부 API 기능을 사용하는 것이다. watchOverflow false boolean 슬라이드가 1개 일 때 pager, button 숨김 여부 설정 slid..
const swiper = new Swiper('.swiper-container', { a11y: { prevSlideMessage: 'Previous slide', nextSlideMessage: 'Next slide', }, }); swiperjs.com/swiper-api#accessibility-a11y Swiper API Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com

@content가 포함된 영역이 스타일 블록이 된다. 이 방식을 사용하여 기존 Mixin이 가지고 있는 기능에 선택자나 속성 등을 추가할 수 있다. @mixin icon($url) { &::after { display: block; content: $url; @content; } } .icon1 { @include icon("/images/icon.png"); } .icon2 { @include icon("/images/icon.png") { position: absolute; }; } .icon1::after { display: block; content: "/images/icon.png"; } .icon2::after { display: block; content: "/images/icon.png";..
mill-study.tistory.com/207#question-1 [Do it! 자바스크립트 기본] 08. 웹 문서를 다루는 방법, 문서 객체 모델(DOM) - 상세 설명 보기/닫기 ( 에디오피아 게뎁 상품명 : 에디오피아 게뎁 판매가 : 9,000원 배송비 : 3,000원 (50,000원 이상 구매 시 무료) 적립금 : 180원(2%) 로스팅 : 2019.06.17 장바구니 담기 상세 설명 보기 상품 상세 정보 원산지 : mill-study.tistory.com
에디오피아 게뎁 상품명 : 에디오피아 게뎁 판매가 : 9,000원 배송비 : 3,000원 (50,000원 이상 구매 시 무료) 적립금 : 180원(2%) 로스팅 : 2019.06.17 장바구니 담기 상세 설명 보기 상품 상세 정보 원산지 : 에디오피아 지 역 : 이르가체프 코체레 농 장 : 게뎁 고 도 : 1,950 ~ 2,000 m 품 종 : 지역 토착종 가공법 : 워시드 Information 2차 세계대전 이후 설립된 게뎁 농장은 유기농 인증 농장으로 여성의 고용 창출과 지역사회 발전에 기여하며 3대째 이어져 내려오는 오랜 역사를 가진 농장입니다. 게뎁 농장은 SCAA 인증을 받은 커피 품질관리 실험실을 갖추고 있어 철처한 관리를 통해 스페셜티 커피를 생산합니다. Flavor Note 은은하고 다채로..
- Total
- Today
- Yesterday
- 동치 연산자
- 대괄포 표기법
- offsetTop
- 객체의 프로퍼티
- 불일치 연산자
- 일치 연산자
- innerHeight
- 동등 연산자
- constructor
- 링크막기 #a링크막기
- clientHeight
- javascript class
- @font-face
- 프로퍼티
- property
- scrollHeight
- [[Prototype]]
- 부등 연산자
- outerHeight
- prototype 프로퍼티
- __proto__
- offsetHeight
- scrollTop
- 점 표기법
- clinetTop
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |