Posts by youtuber 23 • 31 points
3 posts
-
1
votes1
answer137
viewsA: slide on js does not work
From what I’ve seen the error is here: for(i = 0;1<imgQtde;i++){ var preloadimg = new image(); preloadimg.src = imgs[i]; } In the FOR you said that I == 0; in the next condition of your FOR you…
-
0
votes2
answers50
viewsQ: Questions about Scroll Avascript
all right? I would like to know how to capture the scroll of the page and appear the amount of scroll rolled on the console.
javascriptasked youtuber 23 31 -
1
votes1
answer35
viewsQ: jQuery menu for Avascript
I need to create a toogle on the menu at media query, but I want it in pure Javascript, because I’m trying not to use jQuery. $(document).ready(function(){ $('.menu').click(function(){…
javascriptasked youtuber 23 31