Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

caest16

Newbie
  
  • Posts

    2
  • Joined

  • Last visited

Everything posted by caest16

  1. https://www.statusdoors.com/ вот сайт, там идет скрипт класс dropdown находится в хедере каталог, не могу понять что не так делаю? document.addEventListener('mouseover', event => { if(event.target.classList.contains('dropdown')) { event.target.classList.add('dropdown-active') } }); document.addEventListener('mouseout', event => { if(event.target.classList.contains('dropdown')) { setTimeout(() => event.target.classList.remove('dropdown-active'), 3000) } });
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.