Home  >  Article  >  Web Front-end  >  Explanation of the difference between JS target and currentTarget_javascript skills

Explanation of the difference between JS target and currentTarget_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:02:531039browse
Copy code The code is as follows:


click outer

click inner








In the above example, when clicking on outer, e.target and e.currentTarget is the same, both are divs; when clicking on the inner, e.target is p, and e.currentTarget is div.
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn