DOM

From Market Ruler Help
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