document_object_model_dom
Error: Fetching the article from Wikipedia failed.

Document Object Model (DOM)

Return to JavaScript glossary or JavaScript

DOM is a cross-platform and language-independent application programming interface

“The DOM (Document Object Model) is an API that represents and interacts with any HTML or XML document. The DOM is a document model loaded in the browser and representing the document as a node tree, where each node represents part of the document (e.g. an element, text string, or comment).

The DOM is one of the most-used APIs on the Web because it allows code running in a web browser to access and interact with every node in the document. Nodes can be created, moved and changed. Event listeners can be added to nodes and triggered on occurrence of a given event.

DOM was not originally specified—it came about when browsers began implementing JavaScript. This legacy DOM is sometimes called DOM 0. Today, the WHATWG maintains the DOM Living Standard.”

Fair Use Source: https://developer.mozilla.org/en-US/docs/Glossary/DOM

Document Object Model

YouTube Videos

GitHub Tags

External Sites

Main

  • dom

Interesting Articles

Support Resources, FAQs, Q&A, Docs, Blogs

Search Engines

Repos and Registries

Courses

Books

Vidcasts-Podcasts


Cloud Monk is Retired (for now). Buddha with you. Copyright | © 2024 Losang Jinpa or Fair Use. Disclaimers. REPLACE with: navbar_footer


document_object_model_dom.txt · Last modified: 2025/02/01 07:01 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki