Learn DOM Manipulation In 18 Minutes

Web Dev Simplified β€’ December 8, 2020
Video Thumbnail
Web Dev Simplified Logo

Web Dev Simplified

@webdevsimplified

About

Web Dev Simplified is all about teaching web development skills and techniques in an efficient and practical manner. If you are just getting started in web development Web Dev Simplified has all the tools you need to learn the newest and most popular technologies to convert you from a no stack to full stack developer. Web Dev Simplified also deep dives into advanced topics using the latest best practices for you seasoned web developers. I started Web Dev Simplified in order to share my passion for web development, and do what I truly love. Teach and inspire new web developers. I have been in love with full stack web development since 2015 when I did my first internship as a web developer. Ever since then I have pursued my passion, learning everything there is to know about web development. Over the years I have taught many colleagues and friends the joys of web development, and cannot wait to teach you. Thank you for watching!

Video Description

*Master DOM manipulation* with my *FREE DOM Manipulation Cheat Sheet* - _20+ methods_ πŸ‘‰https://webdevsimplified.com/js-dom-manipulation-cheat-sheet.html *Become a web developer* with my *FREE Web Development Roadmap* - _260+ videos, 120+ projects, 60+ articles_ πŸ‘‰ https://webdevsimplified.com/web-dev-roadmap.html JavaScript Simplified Course: https://javascriptsimplified.com DOM manipulation is tough. There are lots of methods and techniques you need to master and it is not obvious which methods are best for each scenario. In this video I cover the 14 most important DOM manipulation methods that you need to know. πŸ“š Materials/References: FREE JavaScript DOM Traversal Cheat Sheet: https://webdevsimplified.com/js-dom-traversal-cheat-sheet.html DOM Traversal Methods Video: https://youtu.be/v7rSSy8CaYE innerHTML Cross Site Scripting Video: https://youtu.be/ns1LX6mEvyM Data Attributes Blog Article: https://blog.webdevsimplified.com/2020-10/javascript-data-attributes classList Blog Article: https://blog.webdevsimplified.com/2020-11/class-list 🧠 Concepts Covered: - Creating elements - Adding elements - Modifying data attributes - Removing elements 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: https://www.patreon.com/WebDevSimplified Twitter: https://twitter.com/DevSimplified Discord: https://discord.gg/7StTjnR GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱️ Timestamps: 00:00 - Introduction 01:01 - Adding Elements 02:58 - Creating Elements 04:04 - Modifying Element Text 07:30 - Modifying Element HTML 10:22 - Removing Elements 11:54 - Modifying Element Attributes 14:11 - Modifying Data Attributes 16:13 - Modifying Element Classes 17:40 - Modifying Element Style #DOMManipulation #WDS #JavaScript