event3 Javascript arrow function (=>), this 구문 오류 자바스크립트 화살표(=>) 함수를 사용할 때, 이벤트 리스너가 부착된 DOM 요소를 지정하기 위하여 this를 사용하면 오류가 발생할 수 있으므로 event.currentTarget을 사용해야 합니다.현재 실행 중인 이벤트 리스너가 부착된 DOM 요소를 지칭할 때에는 "event.currentTarget" When a code runs after an event takes place, this is known as registering an event handler. On the other hand, the event listener listens to the event and then triggers the code for handling the event. [출처] TechTarget 내용은 스택오버.. 2023. 10. 19. 댓글 Position Sticky를 구현하는 Fixed JS 코드 활용 1. 원글: Position Sticky를 구현하는 Fixed JS 코드 오류 수정 2. 수정: Position Sticky를 구현하는 Fixed JS 코드 2차 수정본 3. 수정: Position Sticky를 구현하는 Fixed JS 코드 3차 수정본 4. 수정: Position Sticky를 구현하는 Fixed JS 코드 4차 수정본 5. 활용: 본문 cloneNode()를 사용하여 DOM 객체의 복제본을 만들지 않고, siblings()를 사용하여 'position: fixed' 지정할 객체의 위 혹은 아래 객체(element)에 margin 속성을 부여하는 방법입니다. 1. 'position: fixed' 객체의 빠져나간 공간을 상위 sibling 객체에 marginBottom을 지정하여 메우는.. 2021. 10. 5. 댓글 윈도우 10 버전 1903 이벤트 ID 455 ESENT 오류 수정 How to fix Event ID 455 ESENT error in Windows 10 V1903?I am getting Event Error 'ESENT-455' multiple times since updating to Version 1903-Build18362.175. Description: (copied from event error log) "svchost (15692,R,98) TILEREPOSITORYS-1-5-18: Error -1023answers.microsoft.com마이크로소프트 페이지의 사용자가 제시한 수정 방법 정리한 글입니다. 정확한 내용은 위 링크 참고합니다. 적용 대상: 윈도우10 버전 1903 이벤트 뷰어를 실행하여 아래 항목을 확인합니다Windows 로그 > 응용 프로.. 2019. 11. 29. 댓글