dom-elements
DOM (short forDocumentObjectModel) 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:
Here are 25 public repositories matching this topic...
Language:All
Sort:Most stars
GPU-powered 3D HTML. ✨🧊 <lume-box size="1 2 3">
- Updated
Feb 9, 2026 - TypeScript
Modern DOM API.
- Updated
Oct 10, 2025 - PHP
(test-)framework agnostic utilities to test real styling of (virtual) dom elements
- Updated
May 1, 2024 - TypeScript
A utility function to create DOM elements with CSS selector-like syntax
- Updated
Oct 31, 2017 - JavaScript
A simple window manager for DOM elements
- Updated
Apr 11, 2025 - TypeScript
Declarative jQuery plugin initialization on DOM elements
- Updated
Apr 17, 2023 - JavaScript
Super tiny chainable and extendable tool for selecting, creating and filtering DOM Elements with ease.
- Updated
Feb 20, 2026 - JavaScript
Experimental WASM library which simplifies writing JavaScript code and shares some standard libraries from Golang
- Updated
Jan 4, 2023 - Go
Learning CRAWLER WEBSITE and WEB SPIDER with CURL in PHP
- Updated
Jun 15, 2020 - PHP
A tiny package that helps you find DOM elements near the cursor position
- Updated
Jan 27, 2023 - JavaScript
CSS property and HTML tag metadata library
- Updated
Jan 23, 2019 - JavaScript
JavaScript library to resize, reduce, or change ranges of DOM elements.
- Updated
Jun 3, 2021 - JavaScript
Class to observe when a specific element is added to or removed from the DOM
- Updated
Feb 18, 2023 - JavaScript
This is a little project to practice the use of array methods and manipulation/organization of DOM elements.
- Updated
Jun 13, 2020 - JavaScript
This library simplifies HTML elements rendering.
- Updated
Sep 16, 2024 - PHP
A small example of my works I've been into in 2020 🤪 ⸻ Vanilla
- Updated
Sep 5, 2022 - HTML
- Updated
Oct 5, 2022 - JavaScript
Simple js library to control the dom elements
- Updated
Sep 25, 2016 - JavaScript
Check DOM elements in page view-source. This tool can be used for the testing/debugging purpose.
- Updated
Jan 2, 2023 - JavaScript
Learn to move DOM elements on the page, react to keypresses and deal with collision detection.
- Updated
Jun 24, 2019 - JavaScript
Created by World Wide Web Consortium
Released October 1, 1998
- Followers
- 51 followers
- Repository
- whatwg/dom
- Website
- github.com/topics/dom
- Wikipedia
- Wikipedia