0

JavaScript DOM - Part 1 - What is it and what can we do with it? [video]

 2 years ago
source link: https://www.tharunshiv.com/js-dom-1/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Subscribe

Subscribe to Tharun Shiv

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

16 May 2020/web development

JavaScript DOM - Part 1 - What is it and what can we do with it? [video]

23.png

This is going to be a multi part Video + article tutorial series on JavaScript DOM. You’re reading Part 1

Intro

Those of us who do not know Web Development, have always wondered how the website responds to you instantly. Gone are those days where you just had static web pages and the days where the page has to actually reload completely to show any change in them. JavaScript DOM is like the basic knowledge that any web developer should have. Irrespective of whether you’re gonna apply them directly or not.

What is JavaScript DOM?

Before we answer this, you need to know what DOM is. DOM stands for Document Object Model. So when a browser loads a webpage, the entire HTML content of the webpage is made into a tree-like structure consisting of nodes. The structure of the tree depends on the HTML code itself. So JavaScript DOM is where we use JavaScript to access and modify the DOM.

So this is how the DOM Tree would look like for the example HTML Code

DOM Tree

What can we do with the DOM?

  1. Change or Remove the elements from the DOM
  2. Change or Add CSS properties to the elements
  3. Read or change the element attributes like src, alt, href
  4. Attach event listeners to the elements and make them respond to events
  5. Create a new element and insert it anywhere

We will learn more about each one of these in this series.

Part 2

https://tharunshiv.com/js-dom-2

Follow my articles on Dev.to: https://dev.to/developertharun

Written by Tharun Shiv

Subscribe to Tharun Shiv

Get the latest posts delivered right to your inbox

Tharun Shiv

Tharun Shiv

Site Reliability Engineer, PhonePe, Bengaluru, India


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK