I don't really comment on videos but you are a life saver !! Literally thank you so much🤩
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊
@CaunaRoblesyuriCristian Жыл бұрын
Excelente video, ayer empezé con Tailwind y me gusta muchísimo por que sé mucho de css puro y creo q me quedaré con tailwind por defecto para muchos proyectos de mis clientes. Tienes un ritmo rápido y claro en tu explicación, me agrada muchísimo, muchas gracias hermano! Saludos desde Perú.
@JAFSCodeSchoolTamil Жыл бұрын
Thank you so much 😊😊😊😍
@epicefacile63402 жыл бұрын
Fantastic video ! Great quality and great content. I'm gonna try to implement it on my website... thanks Aṇṇaṉ from FRANCE !
@JAFSCodeSchoolTamil2 жыл бұрын
Thank you 😊😊
@SrushtiGosai Жыл бұрын
i don't understand tamil still this video helped me Thankss!!
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😍😍
@vignesh13079 ай бұрын
Very usefull. ❤
@JAFSCodeSchoolTamil9 ай бұрын
😊😊
@kucinghitam73502 жыл бұрын
thank you, nice tutorial! keep it up
@JAFSCodeSchoolTamil2 жыл бұрын
Thank you 👍👍
@tabithakimani7499 Жыл бұрын
Bro thank you. I love you for this.
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊😊😊
@manikandang70912 жыл бұрын
It's very helpful for me.
@JAFSCodeSchoolTamil2 жыл бұрын
Awesome 😎
@prashantsingh5142 Жыл бұрын
Detailed video on slideshow ..videos like this helps alot My next button is not working .how can i fix it?
@JAFSCodeSchoolTamil Жыл бұрын
Can you post your code. Will be able to help you if i see your code.
@prashantsingh5142 Жыл бұрын
let sliderContainer = document.getElementById('sliderContainer'); let slider = document.getElementById('slider'); let cards = slider.getElementsByTagName('li'); let elementsToShow = 3; if(document.body.clientWidth1000){ elementsToShow = 2; }else { elementsToShow =3; } let sliderContainerWidth = sliderContainer.clientWidth; let cardWidth = sliderContainerWidth/elementsToShow; slider.style.width = cards.length*cardWidth+'px'; // slider.style.transition='margin'; slider.style.transitionDuration ='1s' for (let index = 0; index < cards.length; index++) { const element = cards[index]; element.style.width = cardWidth+'px'; } function next(){ if(+slider.style.marginLeft.slice(0,-2)!= -cardWidth*(cards.length-elementsToShow)) slider.style.marginLeft = ((+slider.style.marginLeft.slice(0,-2))-cardWidth)+'px'; } function prev(){ if(+slider.style.marginLeft.slice(0,-2)!= 0) slider.style.marginLeft = ((+slider.style.marginLeft.slice(0,-2)) + cardWidth) + 'px'; }
@prashantsingh5142 Жыл бұрын
My prev and next buttons are not working properly.plz help me out
@SebastianPerezG2 жыл бұрын
Excellent Tutorial , i do not understand your language , but programming is only just one common language for all !! Question, i think both buttons are in reverse order or is just me ?
@JAFSCodeSchoolTamil2 жыл бұрын
Wow. Thanks for you feedback. Yes that's my mistake. It's in reverse order. Happy that you got it. ☺️☺️
@SebastianPerezG2 жыл бұрын
@@JAFSCodeSchoolTamil Yes , i adapted for only one slide , i tried many others sliders, but none worked , slick , swipe js , anyone broke at some point , also i tried flowbite , just the carousel , and also didn't worked but just from the start , the example didn't work. I'm glad that i found your channel and i clicked the subscribe button, maybe you can add some english subtitles ( also english is not my first language ) , so i can understand your explanations. Keep going !!
@JAFSCodeSchoolTamil2 жыл бұрын
Thank you sebastian. Felt so happy reading your comment. Not getting time to add subtitle but i really like to add. Soon after getting monetization in youtube i will start adding subtitles.
@duraimurugan80472 жыл бұрын
keep going .... Nice video
@yayaismailousmaneyaya48852 жыл бұрын
you are best!
@JAFSCodeSchoolTamil2 жыл бұрын
Thank you ☺️☺️
@dhineshdhinesh62762 жыл бұрын
Romba romba romba thanks bro
@JAFSCodeSchoolTamil2 жыл бұрын
My pleasure bro. 😊😊
@homekraftt Жыл бұрын
super
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊
@danishsiluvai33702 жыл бұрын
Grt job Brother
@JAFSCodeSchoolTamil2 жыл бұрын
👍👍
@poojajoshi332 Жыл бұрын
Excellent video, But I want to loop in the slider, so please share the video or code in the same
@JAFSCodeSchoolTamil Жыл бұрын
I have not posted any videos related to this. Will try to post a video soon.
@poojajoshi332 Жыл бұрын
@@JAFSCodeSchoolTamil can we use jQuery cdn in tailwind? Is this the correct method to way or not
@Madhanprasanna2 жыл бұрын
Bro combination for development sollunga bro Like front end ku( html ,tailwind, js For this 3 combo ku oru suitable database, suitable backend ) sollunga bro
@JJ-ot3ps2 жыл бұрын
THANKs!!!! Just a quick question why is the slidercontainer width is w-10/12, i thought if the other two divs are 2/12 each, then sildercontainer width should be 8/12? no?
@JAFSCodeSchoolTamil2 жыл бұрын
Yes you are right. Thanks for letting me know. I may have put 10 by mistake.
@kiranraveendran75249 ай бұрын
do more videos brother
@JAFSCodeSchoolTamil9 ай бұрын
Sure kiran.
@estiloquio Жыл бұрын
Excelente !!!!
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊
@AbiRamABII2 жыл бұрын
slider.style.marginLeft = ((+slider.style.marginLeft.slice(0,-2))+cardsWidth)+'px' // sir why we have to use the + before slider (+slider)...plz explain
@JAFSCodeSchoolTamil2 жыл бұрын
marginLeft will return a string. Example - '100px'. We use slice(0,-2) to remove the last two characters. So in this example '100px' will become '100'. and slice will return the value as a string. generally if we add some value to a string it will not get added. It will get concatenated. So to make that value to a number, we use +. if a value is a number but its type is string. we can convert its type from string to number by just adding a + behind that variable. Hope my answer is clear.
@AbiRamABII2 жыл бұрын
@@JAFSCodeSchoolTamil well & clear!, Thankyou got the thing..sir,currently i'm learning REACT will you post any videos related to REACT.?
@JAFSCodeSchoolTamil2 жыл бұрын
@@AbiRamABII I know only the basics of React bro. I Will post videos on that after i get comfortable. Now am posting videos on angular.
@SebastianPerezG2 жыл бұрын
How can i adapt this with dots a the bottom ? do you have any clue how to do it ?
@JAFSCodeSchoolTamil2 жыл бұрын
Just create a ul with flex and add all dots into li. hope you know about nth child. so based on the current slide number access the nth clild of the dots in javascript and give it a different color. So that it will look the current slides dot is active.
@SebastianPerezG2 жыл бұрын
@@JAFSCodeSchoolTamil Will be nice if you can make a small short about this and adapt the JS so when you click on one dot , shows the correct slide or page.
@kazizamil92382 жыл бұрын
how can i add horizontal scroll of this item slide?
@JAFSCodeSchoolTamil2 жыл бұрын
Will post a video for that soon
@JAFSCodeSchoolTamil2 жыл бұрын
You will have to do what we did in to bottom size. Like instead of giving that big width you have to give big height. instead of adjusting LEFT you have to adjust BOTTOM to scroll.
@logeshwarsb46142 жыл бұрын
Bro one help can you show me how to make automatic sliding without button
@JAFSCodeSchoolTamil2 жыл бұрын
Will post a video for that soon bro. Thanks for asking.
@arjunnayak90882 жыл бұрын
Better if you leave a source code link here in the description.
@JAFSCodeSchoolTamil2 жыл бұрын
I usually post source code for many of my videos but unfortunately for this video I deleted the source code from my machine by mistake. Sorry
@cholasimmons Жыл бұрын
@@JAFSCodeSchoolTamil whaaaaat 😭 the slider is perfect
@zanaouattara8974 Жыл бұрын
Bonjour professeur, vraiment merci et c'est été un très bon projet. Mais je voulais savoir, la partie Js, comment la réalisé en react et tailwind. Merci infiniment pour la demo
@JAFSCodeSchoolTamil Жыл бұрын
Merci pour ton compliment. Cela signifie beaucoup. Je n'ai posté aucune vidéo dans React. Mais j'ai une vidéo avec Angular et tailwindCSS. Voici le lien. kzbin.info/www/bejne/pZ-znnurbpiMf8U Je ne suis pas sûr, mais après avoir vu cela, vous pourrez peut-être recréer la même chose dans React.
@zanaouattara8974 Жыл бұрын
Bonjour Professeur, c'est vous le grande Merci. Vous nous aidé avec votre savoir et cela est énorme pour nous.Encors une fois de plus merci infiniment@@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
😍😍@@zanaouattara8974
@surajkumarsingh85928 ай бұрын
only working on click funtion
@kevyyar10 ай бұрын
You have the source code bro? A repo
@JAFSCodeSchoolTamil10 ай бұрын
I forgot to save the code. Sorry.
@kevyyar10 ай бұрын
@@JAFSCodeSchoolTamil vales verga. Thank you bro
@noorulameen76882 жыл бұрын
👌
@jishnuvs2698 Жыл бұрын
Can u provide the code
@JAFSCodeSchoolTamil Жыл бұрын
Sorry bro, i forgot to backup the code.
@WaqarQayyum2 жыл бұрын
i dont understand your lenguage please make your video in english or hindi
@JAFSCodeSchoolTamil2 жыл бұрын
This is a tamil channel bro. Am planning to create another channel to post videos in English.