Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
$("#div").addClass("error").delay(1000).queue(function(){ $(this).removeClass("error").dequeue(); });
$('.main-header-bar, .any-class')
//Vanilla document.querySelectorAll(".product-layout > .special-new--stiker").forEach(function (n) { console.log(n.parentNode); }) //jQuery $('.product-layout').has('.special-new--stiker')
$(".cols").eq(5).find(".item").eq(6).after("<li class='item'>Новый пункт</li>");
$('#audio-play').toggleClass("open close");
if(window.location.hash) { var hash = window.location.hash; $(hash).openmodal(); }