본문 바로가기

강의메모

day 20

* MDN >> classlist 검색

https://developer.mozilla.org/ko/docs/Web/API/Element/classList

 

Element.classList - Web API | MDN

Element.classList는 엘리먼트의 클래스 속성의 컬렉션인 활성 DOMTokenList를 반환하는 읽기 전용 프로퍼티이다.

developer.mozilla.org

 

* mobile-detect.min.js

http://hgoebl.github.io/mobile-detect.js/

 

mobile-detect.js

Device detection (phone, tablet, desktop, mobile grade, os, versions)

hgoebl.github.io

 

view on Github > go to file > mobile-detect.mon.js 파일 링크저장하여 js파일 다운

 

 

 

 

'강의메모' 카테고리의 다른 글

day 28  (0) 2022.06.09
day 23 - 27  (0) 2022.06.08
day 18  (0) 2022.05.25
day 17  (0) 2022.05.23
day 16  (0) 2022.05.20