Multi Item Slide Show / Carousel using Tailwind CSS and JavaScript | தமிழ்

  Рет қаралды 16,057

JAFS Code School Tamil

JAFS Code School Tamil

Күн бұрын

Пікірлер
@Userkazt
@Userkazt Жыл бұрын
Your are such great developer
@shweta_sharma
@shweta_sharma Жыл бұрын
I don't really comment on videos but you are a life saver !! Literally thank you so much🤩
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊
@CaunaRoblesyuriCristian
@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
@JAFSCodeSchoolTamil Жыл бұрын
Thank you so much 😊😊😊😍
@epicefacile6340
@epicefacile6340 2 жыл бұрын
Fantastic video ! Great quality and great content. I'm gonna try to implement it on my website... thanks Aṇṇaṉ from FRANCE !
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Thank you 😊😊
@SrushtiGosai
@SrushtiGosai Жыл бұрын
i don't understand tamil still this video helped me Thankss!!
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😍😍
@vignesh1307
@vignesh1307 9 ай бұрын
Very usefull. ❤
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 9 ай бұрын
😊😊
@kucinghitam7350
@kucinghitam7350 2 жыл бұрын
thank you, nice tutorial! keep it up
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Thank you 👍👍
@tabithakimani7499
@tabithakimani7499 Жыл бұрын
Bro thank you. I love you for this.
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊😊😊
@manikandang7091
@manikandang7091 2 жыл бұрын
It's very helpful for me.
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Awesome 😎
@prashantsingh5142
@prashantsingh5142 Жыл бұрын
Detailed video on slideshow ..videos like this helps alot My next button is not working .how can i fix it?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Can you post your code. Will be able to help you if i see your code.
@prashantsingh5142
@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
@prashantsingh5142 Жыл бұрын
My prev and next buttons are not working properly.plz help me out
@SebastianPerezG
@SebastianPerezG 2 жыл бұрын
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 ?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Wow. Thanks for you feedback. Yes that's my mistake. It's in reverse order. Happy that you got it. ☺️☺️
@SebastianPerezG
@SebastianPerezG 2 жыл бұрын
@@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 !!
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
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.
@duraimurugan8047
@duraimurugan8047 2 жыл бұрын
keep going .... Nice video
@yayaismailousmaneyaya4885
@yayaismailousmaneyaya4885 2 жыл бұрын
you are best!
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Thank you ☺️☺️
@dhineshdhinesh6276
@dhineshdhinesh6276 2 жыл бұрын
Romba romba romba thanks bro
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
My pleasure bro. 😊😊
@homekraftt
@homekraftt Жыл бұрын
super
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊
@danishsiluvai3370
@danishsiluvai3370 2 жыл бұрын
Grt job Brother
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
👍👍
@poojajoshi332
@poojajoshi332 Жыл бұрын
Excellent video, But I want to loop in the slider, so please share the video or code in the same
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
I have not posted any videos related to this. Will try to post a video soon.
@poojajoshi332
@poojajoshi332 Жыл бұрын
@@JAFSCodeSchoolTamil can we use jQuery cdn in tailwind? Is this the correct method to way or not
@Madhanprasanna
@Madhanprasanna 2 жыл бұрын
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-ot3ps
@JJ-ot3ps 2 жыл бұрын
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?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Yes you are right. Thanks for letting me know. I may have put 10 by mistake.
@kiranraveendran7524
@kiranraveendran7524 9 ай бұрын
do more videos brother
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 9 ай бұрын
Sure kiran.
@estiloquio
@estiloquio Жыл бұрын
Excelente !!!!
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Thank you 😊
@AbiRamABII
@AbiRamABII 2 жыл бұрын
slider.style.marginLeft = ((+slider.style.marginLeft.slice(0,-2))+cardsWidth)+'px' // sir why we have to use the + before slider (+slider)...plz explain
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
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.
@AbiRamABII
@AbiRamABII 2 жыл бұрын
@@JAFSCodeSchoolTamil well & clear!, Thankyou got the thing..sir,currently i'm learning REACT will you post any videos related to REACT.?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
@@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.
@SebastianPerezG
@SebastianPerezG 2 жыл бұрын
How can i adapt this with dots a the bottom ? do you have any clue how to do it ?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
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.
@SebastianPerezG
@SebastianPerezG 2 жыл бұрын
@@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.
@kazizamil9238
@kazizamil9238 2 жыл бұрын
how can i add horizontal scroll of this item slide?
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Will post a video for that soon
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
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.
@logeshwarsb4614
@logeshwarsb4614 2 жыл бұрын
Bro one help can you show me how to make automatic sliding without button
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
Will post a video for that soon bro. Thanks for asking.
@arjunnayak9088
@arjunnayak9088 2 жыл бұрын
Better if you leave a source code link here in the description.
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
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
@cholasimmons Жыл бұрын
@@JAFSCodeSchoolTamil whaaaaat 😭 the slider is perfect
@zanaouattara8974
@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
@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
@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
@JAFSCodeSchoolTamil Жыл бұрын
😍😍@@zanaouattara8974
@surajkumarsingh8592
@surajkumarsingh8592 8 ай бұрын
only working on click funtion
@kevyyar
@kevyyar 10 ай бұрын
You have the source code bro? A repo
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 10 ай бұрын
I forgot to save the code. Sorry.
@kevyyar
@kevyyar 10 ай бұрын
@@JAFSCodeSchoolTamil vales verga. Thank you bro
@noorulameen7688
@noorulameen7688 2 жыл бұрын
👌
@jishnuvs2698
@jishnuvs2698 Жыл бұрын
Can u provide the code
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil Жыл бұрын
Sorry bro, i forgot to backup the code.
@WaqarQayyum
@WaqarQayyum 2 жыл бұрын
i dont understand your lenguage please make your video in english or hindi
@JAFSCodeSchoolTamil
@JAFSCodeSchoolTamil 2 жыл бұрын
This is a tamil channel bro. Am planning to create another channel to post videos in English.
Responsive Menu Bar with Sub Menus using Tailwind CSS | தமிழ்
26:06
JAFS Code School Tamil
Рет қаралды 4,8 М.
Difference between Var, Let and Const in JavaScript
14:10
JAFS Code School Tamil
Рет қаралды 19 М.
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
Types of for loops in Javascript | When to use what ?
17:04
JAFS Code School Tamil
Рет қаралды 6 М.
React Tutorial for Beginners
1:20:04
Programming with Mosh
Рет қаралды 3,7 МЛН
دورة الآمن السيبراني للمبتدئين |Cyber Security Essentials Course
1:19:34
Khaled Haddad | خالد حداد
Рет қаралды 12 М.
Part 9 | Bootstrap | Web Designing Series Tamil Tutorial
55:55
Brototype Tamil
Рет қаралды 15 М.
HTTP in Detail | ياتري الويب شغال ازاي ؟
28:49
CyberWithZuz | بالعربي
Рет қаралды 814
Flex Box Complete Tutorial | HTML and CSS Course | Logic First Tamil
21:45