A utility function to create DOM elements with CSS selector-like syntax
-
Updated
Oct 31, 2017 - 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:
A utility function to create DOM elements with CSS selector-like syntax
Declarative jQuery plugin initialization on DOM elements
Super tiny chainable and extendable tool for selecting, creating and filtering DOM Elements with ease.
A tiny package that helps you find DOM elements near the cursor position
CSS property and HTML tag metadata library
Class to observe when a specific element is added to or removed from the DOM
JavaScript library to resize, reduce, or change ranges of DOM elements.
This is a little project to practice the use of array methods and manipulation/organization of DOM elements.
Simple js library to control the dom elements
Learn to move DOM elements on the page, react to keypresses and deal with collision detection.
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.
A little package for comparing react refs with other refs or DOM elements.
Check DOM elements in page view-source. This tool can be used for the testing/debugging purpose.
Created by World Wide Web Consortium
Released October 1, 1998