Top Categories
JavaScript DOM Tutorial #4 - The Query Selector
- Category:
- Sub Category:
Hey all, in this JavaScript DOM tutorial I'll introduce you to the query selector - 2 of them. The first one - document.querySelector, returns a single element. The 2nd one - document.querySelectorAll, returns multiple elements.