Answer the question
In order to leave comments, you need to log in
Appearance and disappearance of element lists in js?
Guys please help me with the code.
There is such a script
$(document).ready(function(){
$('.menu-icon').click(function(){
$('.menuTrigger').toggleClass('menuToggle');
$('.overlay-box').toggleClass('open');
$(function() {
$('.menu ul li').each(function(i) {
$(this).delay((i++) * 200).fadeTo(1000, 1); })
});
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question