posts/2020/register-the-same-event-listener-only-once/ #128
Replies: 5 comments
-
내부 로직 잘 모르면 버그 잡아내기도 쉽지 않겠군요...
|
Beta Was this translation helpful? Give feedback.
-
제가 작성했던 로직이라는 것이 함정이네요. :)
|
Beta Was this translation helpful? Give feedback.
-
옛날 글이지만 첨언해봅니다. 만약, ajax로 페이지를 다시 렌더링 하기 때문에 이벤트를 객체에게 재할당을 해줘야 하는 상황이라면 객체 그 자체에게 할당하기보다 ajax를 실행해도 데이터가 갱신되지 않는 영역에 이벤트를 할당하고, 해당 이벤트가 어떤 객체로부터 전달이 되었는지를 e.target을 통해 가져오고, e.target 객체로 이벤트를 핸들링하는게 베스트입니다.
|
Beta Was this translation helpful? Give feedback.
-
안녕하세요. 첨언 감사드립니다. :)
|
Beta Was this translation helpful? Give feedback.
-
많은 도움이 되었습니다 감사합니다 |
Beta Was this translation helpful? Give feedback.
-
https://blog.sogoagain.com/posts/2020/register-the-same-event-listener-only-once/
Beta Was this translation helpful? Give feedback.
All reactions