Learn JavaScript DOM Traversal In 15 Minutes

  Рет қаралды 217,644

Web Dev Simplified

Web Dev Simplified

Күн бұрын

🚨 IMPORTANT:
JavaScript Simplified Course: javascriptsimplified.com
Traversing the DOM in JavaScript is crucial to building projects on your own. In this video I break down all the ways you can traverse the DOM in JavaScript so that you can more easily build projects on your own.
📚 Materials/References:
CSS Selector Video: • Learn Every CSS Select...
🧠 Concepts Covered:
- How to traverse up the DOM
- How to navigate down the DOM
- All the methods for DOM traversal
🌎 Find Me Here:
My Blog: blog.webdevsimplified.com
My Courses: courses.webdevsimplified.com
Patreon: / webdevsimplified
Twitter: / devsimplified
Discord: / discord
GitHub: github.com/WebDevSimplified
CodePen: codepen.io/WebDevSimplified
⏱️ Timestamps:
00:00 - Introduction
01:34 - getElementById
03:04 - getElementsByClassName
04:16 - QuerySelector
06:48 - querySelectorAll
07:50 - Selecting Children
09:19 - Selecting Descendants
10:39 - Selecting Parents
12:00 - Selecting Ancestors
13:15 - nextElementSibling
13:51 - previousElementSibling
#DOMTraversal #WDS #JavaScript

Пікірлер: 293
@mateonavarrette4864
@mateonavarrette4864 3 жыл бұрын
Great rundown! I never really solidified my DOM traversal skills in my coding bootcamp, we just touched on a bit of vanilla js then jumped into react. Thanks for clearing some of my confusion up
@xenialxerous2441
@xenialxerous2441 3 жыл бұрын
Hi!! I just wanted to say, that your channel and your videos are true to their perfection. As the name goes so as the content 🤗 Love you bro, your efforts are forever appreciated!!
@cacup7
@cacup7 3 жыл бұрын
The best traversal class. You rock on teaching and you are proving for each video that you are simplifying the web for everybody. Congratulations, man
@tdematos
@tdematos Жыл бұрын
One of the best videos that I have seen for traversing the DOM. It's extremely easy to understand to the point, and very clear on what each action does!
@neelamchaubey28
@neelamchaubey28 3 жыл бұрын
Thanks so much for explaining the most powerful DOM Traversal methods in such an easy way, Kyle! Keep up the good work👍
@devt.9712
@devt.9712 2 жыл бұрын
Dude you are amazing.Thanks for making that Frontend/Backend guide, it's so easy to follow and makes my learning process a lot easier. Love you!
@ThiagoVieira91
@ThiagoVieira91 3 жыл бұрын
Had to deal with these this week. This video would help a lot. Thank you Kyle! 👍🏼
@alinademi
@alinademi 3 жыл бұрын
It really did simplify the most important parts of the DOM traversal. Awesome job!
@mustafeezahmed9536
@mustafeezahmed9536 2 жыл бұрын
Hey Kyle, your videos literally blown my mind. So much knowledge with so ease. Thanks a Lot buddy!
@roey6541
@roey6541 3 жыл бұрын
Such a pleasure watching you explain! These concepts can be tough but you're very assuring and confident. I rightaway went to check out your js course, and purchased it immediately. Looking forward on starting! Feels like the first day of school :)
@WebDevSimplified
@WebDevSimplified 3 жыл бұрын
Thank you so much for the support!
@pabhay235
@pabhay235 3 жыл бұрын
too good with very simple examples. it cleared my concepts in 14 minutes sharp.... much appreciated
@Dameworth
@Dameworth 3 жыл бұрын
You’re a natural teacher, thanks for all the videos!
@NecquiTeja
@NecquiTeja 3 жыл бұрын
Thank you... appreciate your efforts in making these videos. Keep it up my friend.
@mznunaya
@mznunaya 3 жыл бұрын
I JUST got done telling my bootcamp instructor how I need to review the DOM. And then I open my phone and see a notification for this video. Got dammit Kyle you've done it again. 👏
@Guii0
@Guii0 Жыл бұрын
You're very good at explained things, it show us that it's not as difficult as we thought, actually it's really simple.
@human3015
@human3015 Жыл бұрын
These explanations are so clean, congrats on that!
@coolcha
@coolcha 3 жыл бұрын
Very good video and I appreciate the timestamps as I knew some but I could skip to those which were new to me.
@lingtravis6325
@lingtravis6325 7 ай бұрын
The tutorial is super useful and easy to understand. And it solve the problem that bothered me for 2 days . Thank you so much
@francisugorji5639
@francisugorji5639 2 жыл бұрын
Thank you for simplifying JavaScript. I always learn new stuffs when I watch your videos
@user-zd8nu5sl2j
@user-zd8nu5sl2j Жыл бұрын
just start learning web dep, absolutely love all your videos, thank you for making and sharing those ❤
@makiaboabida
@makiaboabida 2 жыл бұрын
This is amazing man. Thank you for making this video!
@jomesias
@jomesias 3 жыл бұрын
Cool tutorial! This is exactly what moustache binding replaces, so no more direct DOM calls (of course react ref can always be used for specific scenarios ). Though dom tree navigation is still needed for certain applications, js frameworks are phasing this out. For better or worse👍👍👍 Btw THAT IS A KILLER LOOKING JACKSON GUITAR IN THE BACK! Loving it 🎸 🎸 rock on. 0:01
@IELTSMANTRA-wy1rl
@IELTSMANTRA-wy1rl 6 ай бұрын
You are literally the best teacher with clear explanations .. totally awesome content .. thank u so so much ..
@TheCodingOdyssey
@TheCodingOdyssey 3 жыл бұрын
This was interesting to me. I am a self-taught developer, but mostly worked pretty extensively with React in my job so not much vanilla javascript dom manipulation which I am looking to learn more.
@pkorneev5226
@pkorneev5226 Жыл бұрын
super super useful. Noone actualy talk much about dom traversal, but this is the most important thing when you learning JS. I had soooo much problems with that cos i know some programming in other languages and have ideas how to do smth in js, but i cannot simply connect my code to my html+css page, now it looks super easy.
@Soap_js
@Soap_js 3 жыл бұрын
00:00​ - Intro 01:34​ - getElementById 03:04​ - getElementsByClassName 04:16​ - QuerySelector 06:48​ - querySelectorAll 07:50​ - Selecting Children 09:19​ - Selecting Descendants 10:39​ - Selecting Parents 12:00​ - Selecting Ancestors 13:15​ - nextElementSibling 13:51​ - previousElementSibling
@VishnuVardhanS
@VishnuVardhanS Жыл бұрын
Thank you
@joanclarke2724
@joanclarke2724 3 жыл бұрын
Great tutorial. I have learnt so much from it. Thanks Kyle
@amiraalabeedi541
@amiraalabeedi541 3 ай бұрын
Thank you. Iv watched several videos of js and css in this channel. Very very useful.
@fawwazhosein
@fawwazhosein 3 жыл бұрын
Great revision. Thanks man!
@RemnantOfYahweh
@RemnantOfYahweh 2 жыл бұрын
Subbed, watched full vid and clicked the bell icon. Thanks dude you are the G.O.A.T!
@AlThePal78
@AlThePal78 Жыл бұрын
I am so glad I am in your discord. Someone just saved my life lol or helped me with this. I also love your CSS Battles. You should do that with JS to see how you both differ in your writing functions, that would be awesome to see.
@SocksWithSandals
@SocksWithSandals 3 жыл бұрын
This is great for jQuery dinosaurs like myself who are moving to ES6.
@souvikkundu
@souvikkundu 3 жыл бұрын
Yes :)
@jeanmuyuela8112
@jeanmuyuela8112 3 жыл бұрын
Dinasaur lol
@alejandrocrespo7633
@alejandrocrespo7633 3 жыл бұрын
Damn, called me out :D
@martinpenev6750
@martinpenev6750 3 жыл бұрын
Haha same here!
@ericeveleens4418
@ericeveleens4418 3 жыл бұрын
Yep, almost same methods or notation
@guchierrez
@guchierrez Жыл бұрын
great guide, literally the best material online for learning DOM
@HolisticPython
@HolisticPython 3 жыл бұрын
Thanks for all the free tutorials. Wondering if you could do a video on just general coding fatigue and any tips on how to remedy it?
@naveen7513
@naveen7513 2 жыл бұрын
I am following your front end development road map as the stepping stone for my career bro. Seriously they way u explain is great and i think by following ur tutorial i can be placed in MNC or other web development firm sooner. But few things I can’t understand quickly it doesn’t mean ur teachings are not good it’s just me who is slow at the moment. But i am trying to push my limit to the end to grab the knowledge of how programming works. Thanks man!❣️🙏🏻
@dipbhowmik5076
@dipbhowmik5076 Жыл бұрын
I just want to say Thanks man :) from the bottom of my heart.
@Ayomikun
@Ayomikun 3 жыл бұрын
I just realised that I've learnt soo much JavaScript / React from you, it's ridiculous. Thank you!
@nabilhaouam8497
@nabilhaouam8497 3 жыл бұрын
Why do you think it’s ridiculous ?
@ntnurobert218
@ntnurobert218 3 жыл бұрын
Great ! I learned “closest”. Thank you
@natalisulcer974
@natalisulcer974 Жыл бұрын
Thank you so much !!!! One of the best videos!!!!
@LanguageSkillz
@LanguageSkillz 2 жыл бұрын
9:09 makes me have to clarify traversing along parent children across parent siblings. It comes up a lot with some layouts. Kudos with distinguishing closest for ancestors, and I appreciate how you go about familiarizing usage of techniques like detailing .children properties on a variable and converting with Array.from to establish an array simple to handle with .forEach. Built-in properties of ES6.
@sacrajah
@sacrajah 3 жыл бұрын
Thank you , Kyle . I learnt something today.
@webartem
@webartem 3 жыл бұрын
I like the way you explain it so much! even gonna forgive you missed semicolons and different quotation marks
@espiritualidadedesvendada
@espiritualidadedesvendada 2 жыл бұрын
It really helped me... Thank you very much !!!!
@digigoliath
@digigoliath 3 жыл бұрын
Awesome!! Well explained & easy to follow!
@shahidshafi1227
@shahidshafi1227 2 жыл бұрын
You Just made DOM easy for me ❤️. Thanks a lot .
@ohhellothere1111
@ohhellothere1111 3 жыл бұрын
Havent used query selectors on anything other than document and first time seeing closest() method aswell. Good vid thanks dude :)
@bentoth4324
@bentoth4324 3 жыл бұрын
closest() is crucial, especially when dealing with events. (almost) never go up with a while loop
@russellabraham9208
@russellabraham9208 3 жыл бұрын
Happy to see this video. I think you could have mentioned a few more details for a more rounded look at scope with querySelector. Also you can traverse in a chain with closest().querySelector().closest().querySelector().closest().
@skaywalker20
@skaywalker20 3 жыл бұрын
Very helpful stuff, thank you so much!
@MbahmukongDestiny-up3tv
@MbahmukongDestiny-up3tv Ай бұрын
Your methods are fascinating thanks alot🎉
@karthikhs2530
@karthikhs2530 Жыл бұрын
beautiful way of explanation
@Rohan-bg8ci
@Rohan-bg8ci 3 жыл бұрын
Thanks for revision!!!
@pedrohenriqueduartebueno6873
@pedrohenriqueduartebueno6873 3 жыл бұрын
Your explanation is pretty good, 👍🏻👍🏻👍🏻
@_Jordo
@_Jordo 3 жыл бұрын
I thought I knew all this but watched just in case. You taught me that closest goes upward. Thanks! PS. I am curious to see how you look without your hair styled haha
@skylerjknight
@skylerjknight 3 жыл бұрын
Nice simple tutorial. Thanks.
@chickendev5759
@chickendev5759 2 жыл бұрын
concise and easy to understand
@thelostvorg7805
@thelostvorg7805 2 жыл бұрын
I checked the Timestamps and I was like meh I know all of these but I watched the video anyway because you never know what you will find and then you mentiond the closest() function which I never knew existed ! I'm glad I stayed till the end of the video!
@AcheiversOfficial
@AcheiversOfficial 2 жыл бұрын
very helpful. May the force be with you. 👍.
@Adam-iq6zn
@Adam-iq6zn 3 жыл бұрын
I work as Front-end Dev for 2 years now (small and medium software companies), and I didn't know about closest, nextElementSibling and previousElementSibling methods at all 😲 Usually I write my own functions to find specific parent or sibling. Thanks for enlighten me about this xD
@focusme-tv3650
@focusme-tv3650 3 жыл бұрын
Hi ! Just wanted to check if I knew everything about traversing, so classic check up. I do, but god your video was just extremly clear and pleasant to listen to. I subscribed ! =D By the way, for the beginners, the main difference between "parentElement" and "parentNode" methods is that the first one returns an HTML collection, which is kind of an array storing ONLY elements, while the second returns a nodeList, which returns all the parent nodes. Nodes can contain elements but also text / comment etc. ... So it's not a weird behavior but more a very specific method that we, as web developers, need to take in consideration.
@dhawalparmar7117
@dhawalparmar7117 2 жыл бұрын
Bro it is best youtube channel for javascript tips and tricks....Please make tutorial on angular react and vue
@zhumabayevorymbek2548
@zhumabayevorymbek2548 11 күн бұрын
Brilliant!) Explained many things for me)
@DeepSpaceX
@DeepSpaceX 3 жыл бұрын
Great tutorial, man!
@Gerry090
@Gerry090 3 жыл бұрын
For those who are on the fence about his JS course, I suggest you buy it. I'm following his course and I can tell you that Kyle is a great teacher!
@carltongordon
@carltongordon 3 жыл бұрын
9:50 is such a shocker I had no idea thanks yo!
@funkykong9001
@funkykong9001 3 жыл бұрын
AMAZING! Thanks!
@sashatv138
@sashatv138 3 жыл бұрын
Super! Thank you, Kyle!
@pedrocxbx
@pedrocxbx 3 жыл бұрын
Amazing, thanks Kyle!
@saidibrahim5931
@saidibrahim5931 3 жыл бұрын
wow your teaching skill is amazing
@alexzhang9031
@alexzhang9031 2 жыл бұрын
Absolutly amazing video!
@curiosabouttech
@curiosabouttech 2 жыл бұрын
Thank you so much I wish you the best.
@codeandcurious
@codeandcurious 3 жыл бұрын
Thank you so much for the video
@mitch1668
@mitch1668 2 жыл бұрын
Excellent explaining.
@mehniyarif2
@mehniyarif2 3 жыл бұрын
thank you bro. love from Türkiye
@ashse4424
@ashse4424 3 жыл бұрын
Superb Brother, Thank you so much.
@danielbark
@danielbark 3 жыл бұрын
Thanks Kyle! Great stuff in this one!
@rinkeshgokulchandani4181
@rinkeshgokulchandani4181 3 жыл бұрын
Good Content, learned some new things!
@guptarishav50
@guptarishav50 3 жыл бұрын
Great Vid. Thank You!!
@shubhamrathod9249
@shubhamrathod9249 Ай бұрын
now i understand dom! thank you
@dariusz8005
@dariusz8005 Жыл бұрын
Thanks ! You are helped me too !! :)
@revizion9101
@revizion9101 5 ай бұрын
Great video ive been struggling so much with this concept as ive been using the odin project and in their js course they keep linking to articles that provide examples for all the basics of js but they use these damn selectors and DOM manipulation in their examples which has made learning js 100x harder than its needed to be so this video is a huge help
@toluwanimiayodele1858
@toluwanimiayodele1858 4 ай бұрын
Brooo, I’m in the same situation, I love the Odin project but Mann these damn dom manipulation. How is it going now for you?
@kidgamer4787
@kidgamer4787 2 жыл бұрын
you are too good to describe for words!!!!!
@aresfrt
@aresfrt 3 жыл бұрын
Great teacher, great job
@anubhavrauniyar3192
@anubhavrauniyar3192 Жыл бұрын
Thanks Thanks Thanks , Great Tutorial
@Rasta07
@Rasta07 2 жыл бұрын
mannn, thanks a lot for showing this method Array from, i was struggling with HTML Collections
@hellyski
@hellyski 3 жыл бұрын
Great video! Thank you.
@jasonschwarz2997
@jasonschwarz2997 3 жыл бұрын
Another great video!!
@MrDflego
@MrDflego 3 жыл бұрын
I got a whole lotta love for this video.
@rgablejr
@rgablejr 3 жыл бұрын
Great examples!
@Anju_2014_
@Anju_2014_ 3 жыл бұрын
Great content..bro..thanks
@michelaveline
@michelaveline 3 жыл бұрын
Thanks, again!
@Zangief001
@Zangief001 Жыл бұрын
Thank you!
@alfredolino8203
@alfredolino8203 3 жыл бұрын
I always learn a new thing from you, no matter what. Greetings from México.
@TheinfinityLight
@TheinfinityLight 3 жыл бұрын
Epaaa otro Mexicano aprendiendo, muy buena. Saludos paisa
@alfredolino8203
@alfredolino8203 3 жыл бұрын
@@TheinfinityLight Saludos compa
@bk._550
@bk._550 3 жыл бұрын
@@alfredolino8203 hola
@cmnweb
@cmnweb 3 жыл бұрын
Que pedo....
@TheinfinityLight
@TheinfinityLight 3 жыл бұрын
@@cmnweb Qué pedo banda! ✌️
@swoorp
@swoorp 3 жыл бұрын
Love it!❤❤
@DioneMohammed
@DioneMohammed 3 жыл бұрын
Thanks man ✌
@arzumamedova1422
@arzumamedova1422 2 ай бұрын
Thank you very much.
@abhishekbevinal7495
@abhishekbevinal7495 3 жыл бұрын
thank u so much bro,,lv from india,,tq tq so much ,,
@natanaelbnb
@natanaelbnb Жыл бұрын
I love you, thanks a lot !
@mahfoudh_arous
@mahfoudh_arous Жыл бұрын
Excellent content as usual 🙏! How do you learn and find materials to master subjects in this depth!
@augischadiegils.5109
@augischadiegils.5109 3 жыл бұрын
Thanks man :)
@stevenleonmusic
@stevenleonmusic 2 жыл бұрын
One thing you can't easily do with Vanilla JS even in 2021 is search for siblings that match a selector. I use this on our website because we have togglers that affect sibling elements below them on the page and sometimes they have descriptions in between or images so we can't reasonably just use nextElementSibling since it may not be the very next one. You can do this easily with recursion. If you need full up/down capabilities: const findSibling = (element, selector, direction) => { if(!element) return null; direction = direction || "down"; let methods = { up: "previous", down: "next" }; let next = element[`${methods[direction]}ElementSibling`]; if (next?.matches?.(selector)) return next; return findSibling(next, selector); }; If you just want to search down the tree (and never up): const findNextSibling = (element, selector) => { if(!element) return null; let next = element.nextElementSibling; if (next?.matches?.(selector)) return next; return findSibling(next, selector); }; There's no real fear of infinite recursion since next/previous ElementSibling will eventually return null.
Learn Emmet In 15 Minutes - Double Your HTML Coding Speed
15:27
Web Dev Simplified
Рет қаралды 197 М.
Learn DOM Manipulation In 18 Minutes
18:37
Web Dev Simplified
Рет қаралды 1 МЛН
How To Choose Ramen Date Night 🍜
00:58
Jojo Sim
Рет қаралды 33 МЛН
How to open a can? 🤪 lifehack
00:25
Mr.Clabik - Friends
Рет қаралды 11 МЛН
5 JavaScript Concepts You HAVE TO KNOW
9:38
James Q Quick
Рет қаралды 1,4 МЛН
How This Test Saved Kent’s Site
7:04
Web Dev Simplified
Рет қаралды 17 М.
Learn JavaScript Scoping In 10 Minutes
11:39
Web Dev Simplified
Рет қаралды 56 М.
Learn JavaScript Event Listeners In 18 Minutes
18:03
Web Dev Simplified
Рет қаралды 559 М.
Learn CSS Position In 9 Minutes
9:26
Web Dev Simplified
Рет қаралды 1,9 МЛН
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3 МЛН
JavaScript DOM Manipulation Mastery: A Comprehensive Guide
1:25:33
Envato Tuts+
Рет қаралды 34 М.
How To Actually Get Hired In 2024
10:43
Web Dev Simplified
Рет қаралды 184 М.
How To Choose Ramen Date Night 🍜
00:58
Jojo Sim
Рет қаралды 33 МЛН