Category: DOM manipulation

Recent Post

Create a dropdown accordion FAQ page

Learn how to create am expanding and collapsing FAQs section.

How to use for and while loops in JavaScript

Learn how to use 'for' and 'while' loops to make light work of repetitive tasks.

Accessing the DOM with Javascript

Learn how to effectively access the DOM using the .getElement and query selector methods.

Editing a HTML class attribute list using JavaScript

How to edit the contents of a HTML class attribute list using JavaScript.