Guest User

Untitled

a guest
Nov 15th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for (const elem of document.querySelectorAll('.progressiveMedia-image.js-progressiveMedia-image')) {
  2. elem.addEventListener('click', function () {
  3. console.log(event.target);
  4. });
  5. }
  6.  
  7. document.body.addEventListener('click', function () {
  8. console.log(event.target);
  9. }, true);
Add Comment
Please, Sign In to add comment