developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault
Event.preventDefault() - Web APIs | MDN
Event.preventDefault() The Event interface's preventDefault() method tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be. The event continues to propagate as usual, unless o
developer.mozilla.org
'배운 내용 정리 > JAVASCRIPT' 카테고리의 다른 글
정규식을 통한 replace (0) | 2021.01.05 |
---|---|
서버에서 파라미터 넘길 때 에러 (0) | 2020.12.30 |
escape(), encodeURI(), encodeURIComponent() (0) | 2020.12.08 |
KeyBoardEvent (getModifierState) - 키보드 이벤트(예: Caps Lock 여부) (0) | 2020.12.07 |
toLocaleDateString - 요일 구하기 (0) | 2020.11.30 |