JavaScript Tutorial for Beginners - 40 - Traversing the DOM

preview_player
Показать описание
In this video we will discuss the concept of traversing the DOM.

Рекомендации по теме
Комментарии
Автор

Thanks EJ Media, Very useful video series, Will you add videos about new things added to Java Script since 2015

RiazKhan-xbhv
Автор

I really love all your lectures because they are so simple to understand but the code for "creating attribute" and "traversing dom 1" didn't work for me.. I checked the code many times but it just doesn't seem to work :(

salounik.
Автор

I have no idea why couple of videos were not working for me but this time it worked for me. All i was doing was copypasting ur code, but after 2 or 3 videos it worked now

ammarsadeq
Автор

Will there be no "WhiteSpace" node if I set the margin and padding to 0??

robertreimann
Автор

best part: let's save everything and this ...

Animeu
Автор

To grab the <div> element, can we use var method??

Alexfield
Автор

so is the white space considered a text node?

Andrea-uoez
Автор

how to change css of a dynamically created element in javascript? I am not able to get the element either by id or class.

aishahale
Автор

probably a silly question but with the var parent =
that is bascially a pointer to the "main" element saying "I want to grab this particular element (main) and then within the function I'll choose how I want to manipulate etc. ?

Thanks again for the awesome tutorials!

EvilYouNight
Автор

Hi, really awesome videos! Can say that enough!

PS: When is it convenient to use the .childNodes instead of the .children property?

Thanks again!

leanprogrammer
Автор

if there is a heading tag in between paragraph tag.!
so how we gone a count it .?

jatinnandwani
Автор

how to increase google chrome performance through console

zstolen