Курс по JavaScript DOM 1. In this part we will talk about what the JavaScript DOM (Document Object Model) is and we will look at the different selectors like document.getElementById() document.getElementsByClassName() document.getElementsByTagName() document.querySelector() document.querySelectorAll() We will also look at how to change content and styles via these selectors 2. In this video we will learn how to traverse and move around the DOM with properties like parentNode, parentElement, nextElementSibling and so on. We will also learn how to insert elements with createElement() and createTextNode() 3. In this lesson in the JavaScript DOM, we will be looking at different events and how to attach them to DOM elements with addEventListener(); 4. In this video we will take what we learned in the last 3 videos and create a simple Item lister project where we can add list items with a form, delete them and filter through them all with vanilla JavaScript and DOM properties and methods. #video@itcookies #js@itcookies

Теги других блогов: JavaScript DOM selectors