Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、要素にプロキシ イベントを登録しました。
<a href="javascript:;" on-mouseover="doSomething">Do something</a>
この要素への参照があるとします (たとえば、イベント ハンドラ内の event.node から)。この特定の要素だけから「doSomething」を削除/登録解除するにはどうすればよいですか? (私はまだ他の要素のためにこのイベントを保持したい)