# HTML DOM을 네이티브API로만 관리하기

> Clean Markdown view of GeekNews topic #1789. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1789](https://news.hada.io/topic?id=1789)
- GeekNews Markdown: [https://news.hada.io/topic/1789.md](https://news.hada.io/topic/1789.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-03-28T10:05:38+09:00
- Updated: 2020-03-28T10:05:38+09:00
- Original source: [htmldom.dev](https://htmldom.dev/)
- Points: 8
- Comments: 1

## Topic Body

- IE11+ 이상의 브라우저 대상, 별도 라이브러리 없이 HTML DOM 처리하는 코드들 85개 모음

- 엘리먼트/클래스/속성 검색,추가,삭제

- 파일 업로드/다운로드

- CSS/JS동적 로딩, Drag & Drop

## Comments



### Comment 1471

- Author: xguru
- Created: 2020-03-28T10:05:42+09:00
- Points: 1

이제 사실 JS가 많이 업그레이드 되어서 예전에 JQuery 기반으로 하던 것들이 대부분 바닐라 JS 만으로 가능한데..

근데 정작 저도 손에 익어서 관행처럼 쓰게 되네요. 이거 보면서 차차 바꿔야.
