var slides=document.querySelector('.slider-items').children; var nextSlide=document.querySelector(".right-slide"); var prevSlide=document.querySelector(".left-slide"); var totalSlides=slides.length; var index=0; nextSlide.onclick=function () { next("next"); resetTimer(); } prevSlide.onclick=function () { next("prev"); resetTimer(); } function next(direction){ if(direction=="next"){ index++; if(index==totalSlides){ index=0; } } else{ if(index==0){ index=totalSlides-1; } else{ index--; } } for(i=0;i
@AbdulrahmanBitar-k9j4 жыл бұрын
@@TheWebShala thank yoyu verry much
@sahiraahamed2 жыл бұрын
Helpfulll😊✌
@tranhai6253 жыл бұрын
83 / 5000 Kết quả dịch Thank you very much. Here is the most helpful slide show tutorial video I've ever seen.
@TheWebShala3 жыл бұрын
Thank you too
@zackmcintosh-west2211 Жыл бұрын
Thanks so much for your tutorial and source code! Really like what you have done - tidy, minimal and elegant. Could you please explain how to change the time that each slide is displayed?
@ProOnlineLaravel2 жыл бұрын
You are a very smart programmer
@TheWebShala2 жыл бұрын
thanks.
@oguzturkyilmaz54310 ай бұрын
Thank you very much
@kaeftrinsandy9854 жыл бұрын
Thank you my brother
@TheWebShala4 жыл бұрын
You are welcome
@mpsamy_vj7524 жыл бұрын
Amezing 👏
@TheWebShala4 жыл бұрын
Thank you
@RendyEunike4 жыл бұрын
you got hi and thanks from indonesian! thank you so much for helping me learning
@TheWebShala4 жыл бұрын
Happy to hear that!
@karamveersachdeva9354 жыл бұрын
Simple and awesome
@sandeshbhujang53973 жыл бұрын
Good one
@TheWebShala3 жыл бұрын
thank you
@Gh8st4 жыл бұрын
wow! es increíble
@TheWebShala4 жыл бұрын
Thank you
@hemantsingh59134 жыл бұрын
Very nice video 👌
@TheWebShala4 жыл бұрын
Thanks a lot
@ArtOfFun4 жыл бұрын
*Perfect work. Thanks!*
@andreafilms_2 жыл бұрын
what can i do if the image is cropped cause it is too little?
@TheWebShala2 жыл бұрын
Do Img width 100%
@andreafilms_2 жыл бұрын
@@TheWebShala where? sry if i ask because it's not working
@andreafilms_2 жыл бұрын
@@TheWebShala it worked thx
@zainulkhan83813 жыл бұрын
sir can u explain me what does next("next") next("prev")means
@rafar99373 жыл бұрын
very simple nice slider, how i can add fade effect to this? just to do something with opacity?
@MdNaimurRahmanHera3 жыл бұрын
Thanks for the source codes ❤
@Pablotroll1004 жыл бұрын
It's perfect thank u!!
@katakslim3 жыл бұрын
Thank you sir for helping my project.
@codeninja76532 жыл бұрын
This is really simple and helpful for me. Thank you.🙏
@TheWebShala2 жыл бұрын
Glad it was helpful!
@jefrisaragih3903 жыл бұрын
can you help me? I am confused about making a slide show that can be clicked and brings up a lightbox
@TheWebShala3 жыл бұрын
lightbox slideshow ?
@brightamponsah79464 жыл бұрын
impressive
@ahmedkasu52074 жыл бұрын
hi! i have used the code with about 7 pictures. it works well but the problem is it does not reset after you slide the last picture. how can i fix that?
@TheWebShala4 жыл бұрын
any error in console ?
@ahmedkasu52074 жыл бұрын
@@TheWebShala no any errors on the console
@elzovoz30394 жыл бұрын
Me too, in console said slide[index] is undefined when I click on prevBtn.
@TheWebShala4 жыл бұрын
Review your code, download source code From description
@elzovoz30394 жыл бұрын
@@TheWebShala fix already, it's because I use meta charset = utf-8. Sorry for troubling, I'm noob in this
@foxtv7021 Жыл бұрын
Hi Please asked how to make smooth transition to another picture I keep picturesn in array[ ] And move it by increasing index by1 But i disnt now what to add for have smooth transition to another picture in the next and back buttons
@raniaayad42853 жыл бұрын
It's great thank you...but l need to put more than one slider in the same page but the second one is just not working ..can you help me please??
@TheWebShala3 жыл бұрын
i will make this tutorial in future
@raniaayad42853 жыл бұрын
@@TheWebShala thank you
@RandomGuy34-j1u5 жыл бұрын
Great
@TheWebShala5 жыл бұрын
Thanks
@karamveersachdeva9354 жыл бұрын
We can use translate in animation and make it look like a slider
@TheWebShala4 жыл бұрын
Yes
@AA-gt8rc3 жыл бұрын
Nice sir
@TheWebShala3 жыл бұрын
Thank you
@ahsaankhan38333 жыл бұрын
Thank you bro, it's awesome
@TheWebShala3 жыл бұрын
Welcome 😊
@matheuseli1653 жыл бұрын
Thank you so much for this!
@TheWebShala3 жыл бұрын
Glad it was helpful!
@jahirrana88794 жыл бұрын
Thank You 😍
@princedube83324 жыл бұрын
does it respond to screen size
@TheWebShala4 жыл бұрын
?
@RAVIABHISHEKme4 жыл бұрын
how to use it for blogger post?
@gouravahuja36524 жыл бұрын
When i click on next button , it shows "next" in console and when i click on prev button , it shows "prev" It must have been from next ("next")
@TheWebShala4 жыл бұрын
check code link in description
@anirajshahi10364 жыл бұрын
I copied all your codes but error was shown in the console. Could you please help me out ? error: Uncaught ReferenceError: nextSlide is not defined
@TheWebShala4 жыл бұрын
Send screenshot
@justin53144 жыл бұрын
my .children got problem can i ask why?
@TheWebShala4 жыл бұрын
problem ?
@justin53144 жыл бұрын
@@TheWebShala the JavaScript I put .children but when I inspect it show that the children is an error
@TheWebShala4 жыл бұрын
@@justin5314 what is error ?
@justin53144 жыл бұрын
@@TheWebShala when I press inspect and console there is a line say that 'uncaught TypeError : cannot read property 'children' of null
@TheWebShala4 жыл бұрын
@@justin5314 send me error screen shot through fb page
@specialstreetfood53243 жыл бұрын
what is in this called function and the direction variable? direction=="next".... how the condition check?
@donnyrosales3073 жыл бұрын
why does it says this "Uncaught TypeError: Cannot read properties of null (reading 'onclick')"
@TheWebShala3 жыл бұрын
please check, the element you have set the event listener is exist or not in your html.
@timmytim90544 жыл бұрын
Nice music.
@federicocalo47763 жыл бұрын
Thanks, but i have a little problem, it doesn't work with the right buttom
@TheWebShala3 жыл бұрын
need help ? msg me on fb page
@sujeetlohar26732 жыл бұрын
how to disable prev/next arrow on first/last slider???
@idirashahidaramli56804 жыл бұрын
i dont know why my notepad said that there is error at children in js file.. hmm i dont get it 😢
@idirashahidaramli56804 жыл бұрын
oh mai god hahahaha i found my error 😅😅 thank you.. your tutorial is awesome 😊
@pipi76074 жыл бұрын
@@idirashahidaramli5680 and maybe change to Visual studio code for a better understanding of errors
@mackynikat88334 жыл бұрын
thanks...
@mackynikat88334 жыл бұрын
but sir can you use time interval with that like every 3s it will automatically scrolled in the next index? pls reply asap. needed tips for advance
@tdakmolentertain13074 жыл бұрын
thanks
@arrvimal40434 жыл бұрын
How do automatic slider
@TheWebShala4 жыл бұрын
var slides=document.querySelector('.slider-items').children; var nextSlide=document.querySelector(".right-slide"); var prevSlide=document.querySelector(".left-slide"); var totalSlides=slides.length; var index=0; nextSlide.onclick=function () { next("next"); resetTimer(); } prevSlide.onclick=function () { next("prev"); resetTimer(); } function next(direction){ if(direction=="next"){ index++; if(index==totalSlides){ index=0; } } else{ if(index==0){ index=totalSlides-1; } else{ index--; } } for(i=0;i
@arrvimal40434 жыл бұрын
@@TheWebShala Thanks a Lot
@Ragavsir2 жыл бұрын
Js:4 undefined please help me Length problem
@TheWebShala2 жыл бұрын
Msg me on fb
@nikunjgupta28783 жыл бұрын
background music name??
@TheWebShala3 жыл бұрын
which one ?
@domaisan17024 жыл бұрын
The music is great 😅
@TheWebShala4 жыл бұрын
thanks
@argaming95484 жыл бұрын
Hey, I am just try to make a slider but my image is not sliding when i click on left button can you guys please explain Slider2 *{ margin: 0; padding: 0; } #container{ position: absolute; width: 1000px; height: 500px; border: 1px solid red; overflow: hidden; left: 200px; top: 20px; } #container_img img{ width: 1000px; height: 500px; background-size: cover; } #Symbol img{ position: absolute; width: 50px; height: 50px; top: 250px; left: 110px; cursor: pointer; } #Symbol #Symbol2 { left: 1250px; } var scroll1 = document.querySelector("#container_img").children; var left = document.querySelector("#Symbol1"); var right = document.querySelector("#Symbol2"); let index = 0; left.addEventListener("click",function(){ leftSlide() }) right.addEventListener("click",function(){ rightSlide() }) function leftSlide(){ if(index == scroll1.length-1){ index = 0; } else{ index++; } changeSlide(); } function changeSlide(){ for(let i=0; i
@dynamic_damian3 жыл бұрын
Thanks but mine it not working
@TheWebShala3 жыл бұрын
Check description for code
@diegofernandez14894 жыл бұрын
Uncaught ReferenceError: i is not defined at next (effect.js:38) at HTMLDivElement.nextSlide.onclick
@diegofernandez14894 жыл бұрын
(effect.js:38) for(i=0;i
@TheWebShala4 жыл бұрын
@@diegofernandez1489 define i, let i
@mateuszbronis35154 жыл бұрын
JS doesn't work bro
@TheWebShala4 жыл бұрын
what is error?
@mateuszbronis35154 жыл бұрын
The WebShala The code I wrote is identical, but the button don’t react
@mateuszbronis35154 жыл бұрын
@@TheWebShala Do you have a code somewhere to download?
The WebShala I found the solution. When I wrote ‘onClick’ like this it was error. When I wrote ‘onclick’ everything it’s ok. Thanks you for your help 👊🏻