카테고리 없음

event 영향 방지

devie 2022. 6. 23. 16:49

 

Event.preventDefault() >> 기본 이벤트 block

Event.stopPropagation()  >> 버블링 방지

 

preventDefault & stopPropagation >> return false;