An app to track books you've read or would like to read (for The Odin Project).
-
Updated
Aug 13, 2021 - JavaScript
DOM (short for Document Object Model) is a cross-platform and language-independent interface that treats an HTML or XML document as a tree structure wherein each node is an object representing a part of the document. The DOM represents a document with a logical tree. Each branch of the tree ends in a node, and each node contains objects. DOM methods allow programmatic access to the tree; with them one can change the structure, style or content of a document. Nodes can have event handlers (also known as event listeners) attached to them. Once an event is triggered, the event handlers get executed.
The principal standardization of the DOM was handled by the World Wide Web Consortium (W3C), which last developed a recommendation in 2004. WHATWG took over the development of the standard, publishing it as a living document. The W3C now publishes stable snapshots of the WHATWG standard.
In HTML DOM (Document Object Model), every element is a node:
An app to track books you've read or would like to read (for The Odin Project).
Semantically packaged standard solutions for everyday frontend tasks and syntax streamlining for those ugly dark corners of JavaScript. Unit-tested and with browser examples.
This is a little project to practice the use of array methods and manipulation/organization of DOM elements.
A little package for comparing react refs with other refs or DOM elements.
Class to observe when a specific element is added to or removed from the DOM
Simple js library to control the dom elements
Check DOM elements in page view-source. This tool can be used for the testing/debugging purpose.
(test-)framework agnostic utilities to test real styling of (virtual) dom elements
Declarative jQuery plugin initialization on DOM elements
A small example of my works I've been into in 2020 🤪 ⸻ Vanilla
Learning CRAWLER WEBSITE and WEB SPIDER with CURL in PHP
A tiny package that helps you find DOM elements near the cursor position
Web-application for testing all advanced facilities and functionalities of the DOM Objects.
This library simplifies HTML elements rendering.
Super tiny chainable and extendable tool for selecting, creating and filtering DOM Elements with ease.
Typescript DOM Crash Course
Learn to move DOM elements on the page, react to keypresses and deal with collision detection.
CSS property and HTML tag metadata library
A simple window manager for DOM elements
Created by World Wide Web Consortium
Released October 1, 1998