22 responses to “Create a simple JavaScript Slideshow – Programming Tutorial”
Your html only shows one image, how did you get all the other images inside the slideshow if they aren't featured in the html? Are having the images in the Javascript enough? I'm new to Javascript. I guess I need to review my classes cuz I nub.
Hey Jay ! It is a pretty good tutorial and I got the most of it… Nevertheless I have a question? Why return false at the end of the first function? Thanks again!
Thumbs Up! An easy and helping tutorial which does make sense, consisting a strong logic. I'm thankful to you to upload such a great material. I don't understand why don't this video got more popular. But whatever Its highly recommended.
thanks but sadly it isnt working when i press next slide and the auto run doesnt work either and I have been through but i cant figure out what is wrong :/
22 responses to “Create a simple JavaScript Slideshow – Programming Tutorial”
Your html only shows one image, how did you get all the other images inside the slideshow if they aren't featured in the html? Are having the images in the Javascript enough? I'm new to Javascript. I guess I need to review my classes cuz I nub.
Thank you for sharing this!! Very helpful!
n
TRASHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
Hey Jay !
It is a pretty good tutorial and I got the most of it…
Nevertheless I have a question?
Why return false at the end of the first function?
Thanks again!
return false ; didn't get that part? How js can access images than in some folder but not on actual html page?
Thumbs Up! An easy and helping tutorial which does make sense, consisting a strong logic. I'm thankful to you to upload such a great material. I don't understand why don't this video got more popular. But whatever Its highly recommended.
thanks!
Great tutorial! Did you make a video how you styled it with CSS?
nice work 🙂
very good
Very good. Easy to understand!
Thank you!
Awsome! Thanks
Excellent basic slider. All the other sliders I've seen are bloated – too much code for something that's fairly straight forward. Nice work bud.
Thank you so much!
This is the easiest to understand slider tutorial I have come across. Excellent job and thank you very much!
is it responsive?
if( imageIndex > imageLength ){
imageIndex = 0;
}
if (imageIndex < 0){
imageIndex = imageLength;
} /// why this condition true
commercial of wiener dogs #superbowl
Thanks! I was just about ready to give up. Works perfectly
Is there a way to reset the autoRun function to start over when you click previous or next?
thanks but sadly it isnt working when i press next slide and the auto run doesnt work either and I have been through but i cant figure out what is wrong :/