Traversing the DOM with JavaScript

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

Комментарии • 10

  • @jindorwas
    @jindorwas 6 лет назад +1

    Thanks to youtube, I now have found a great teacher. Not only he explains the concept, but he also gives you the example to help you to visualize. One of the best video to understand DOM.

  • @ayush612
    @ayush612 6 лет назад +1

    Awesome Sir!!! Great Explanation..Thanks for this vid....This needs more views!

  • @nelsonjimenez7939
    @nelsonjimenez7939 5 лет назад +1

    Dude found you recently, you need more subs. You are good. Keep adding pls

  • @smoothbeak
    @smoothbeak 6 лет назад +3

    Just stumbled across your channel, though I recall you well from Treehouse :)
    Wonderful clear explanations - great job!

  • @venkatasaiinjarapu8800
    @venkatasaiinjarapu8800 4 года назад

    Small doubt
    Why we are not getting the element
    While running (h1.parentNode.parentNode)

  • @TEBS2006
    @TEBS2006 2 года назад

    I have a webage opened in Edge browser and i need to print - every parent, child, nodes with its values to console log. It has to be recursive. I cannot do debug via F12 and then find each parent, each child, children, firstChild lastChild etc...how to do this without knowing the structure???

  • @radja.lingga
    @radja.lingga 6 лет назад

    Sir, how to lighting (focus) to the cursor like you did? Are there need a third-party apps?

  • @soysushi
    @soysushi 5 лет назад

    How do you traverse down the nodes from Grandparent to grandchild element?

  • @malcolmlagares8245
    @malcolmlagares8245 Год назад

    I looked in your channel and there is NO SUCH VIDEO called "Getting & Setting DOM Node Values". I wish you would put this into a DOM Playlist. It would be so much easier to watch and follow along instead of having to figure out what video is next in this subject matter.

  • @andrew.igumenoff
    @andrew.igumenoff 3 года назад

    What's the magick there?