watch on aatventure.news

JavaScript DOM Crash Course | Part 1

This crash course focuses on the DOM WITHOUT JQUERY. In this part we will talk about what the JavaScript DOM (Document Object Model) is and we will look at the different selectors.

2017-09-12 20:00:00 - Traversy Media

Javascript Selectors:

document.getElementById()

document.getElementsByClassName()

document.getElementsByTagName()

document.querySelector()

document.querySelectorAll()


We will also look at how to change content and styles via these selectors.

More Posts