An open API service indexing awesome lists of open source software.

https://github.com/chinsun9/webapi-observer-practice


https://github.com/chinsun9/webapi-observer-practice

observer practice webapi

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# webapi-observer-practice

> mutation observer로 돔 변경 감시

- 버튼 누르면 target 엘리먼트에 `hello`클래스를 토글 한다
- 옵저버는 target 엘리먼트의 attributes 변경을 감지한다
- 콜백에서는 target 엘리먼트에 `hello`클래스가 있을 때만 count를 증가시킨다