setinterval tag

2 questions


2 answers
125 views
0
Questions about using setTimeout, setinterval

setTimeout(function() { $('.sub_txt_wp01').find('.a').addClass('on');}, 1000);setTimeout(function() { $('.sub_txt_wp01').find('.b').addClass('on');}, 2000);setTimeout(function() { $('.sub_txt_wp01').f...


1 answers
105 views
0
Why can't I setInterval?

I'm asking you this question because there are parts of the online lecture assignment that cannot be solved.ㅠ


© 2024 OneMinuteCode. All rights reserved.