DOM

From Market Ruler Help
Revision as of 18:21, 18 May 2018 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Acronym. Document Object Model. A computer term for how a web page is represented in memory and reflects a common API for using JavaScript to dynamically manipulate or access parts the document.

When a web browser loads a page, it loads the primary document first, and then loads additional resources such as images, CSS and JavaScript.

See also