Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

caest16

Новичок
  
  • Posts

    1
  • Joined

  • Last visited

caest16's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • Conversation Starter

Recent Badges

0

Reputation

  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.