Visit Mozilla.org

DOM

From MDC

文档对象模型(Document Object Model) (DOM) 是用于HTMLXML 文档的API。DOM提供了文档的结构化表现,允许你修改文档的内容和视觉表现。本质上,它把网页和脚本或编程语言连接了起来。

Selected Articles

关于文档对象模型
一篇对DOM的简单介绍。
使用Javascript和DOM Interfaces来处理HTML
对一些强大的,基本的DOM 1级方法以及如何在JavaScript中使用它们的概述
动态修改基于XUL的用户界面
使用DOM方法操作XUL UI基础
Whitespace in the DOM
A solution to the problem of ignoring whitespace when iterating through the DOM.
DOM 和 JavaScript
"What is doing what? In a script I embedded into my web page, what is the DOM, and what is the JavaScript?"


Mozilla 中的文档对象模型
An older set of documentation about the DOM, hosted on mozilla.org


View All...

Featured Content

Other Pages

Related Topics

AJAX, CSS, DHTML, JavaScript

MDC Webwatch » DOM

View All...