Jump to content
  • Sign Up

Leaderboard

Popular Content

Showing content with the highest reputation on 10/18/2019 in all areas

  1. cardWrap.onclick = function(event) { let target = event.target; while (target != this) { if (target.classList.contains("flip-card")) { if(target.classList.contains("is-flipped")) target.classList.remove('is-flipped'); else highlight(target); return; } target = target.parentNode; } }; так?
    1 point
This leaderboard is set to Kiev/GMT+02:00
×
×
  • Create New...