Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
align-items: flex-start;
let node = elem.parentNode; while (!node.matches('#app')) { node.style.zIndex = 'auto'; node = node.parentNode; }
li { text-decoration: underline; }
button:focus + div { display: block; }
.container { width: 100%; max-width: 1470px; margin: 0 auto; }
$(this).find('.descript-flying').toggleClass('d-flex');
$('.men444').each(function() { if ($(this).find('.vse-kaly').length || $(this).is(':contains("Все каналы")')) { $(this).find('.popylar').hide(); } });
const otec = document.querySelector('#otec'); const sin = document.querySelector('#sin'); otec.removeChild(sin); otec.parentNode.insertBefore(sin, otec);