aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/mutationobserver
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/mutationobserver')
-rw-r--r--files/zh-cn/web/api/mutationobserver/mutationobserver/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html b/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html
index efa1d1a8f0..b911350da3 100644
--- a/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html
+++ b/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html
@@ -21,8 +21,8 @@ translation_of: Web/API/MutationObserver/MutationObserver
<h3 id="参数">参数</h3>
<dl>
- <dt><code><span style="display: none;"> </span><span style="display: none;"> </span>callback</code></dt>
- <dd>一个回调函数,每当被指定的节点或子树以及配置项有Dom变动时会被调用。回调函数拥有两个参数:一个是描述所有被触发改动的 {{domxref("MutationRecord")}} 对象数组,另一个是调用该函数的<code>MutationObserver</code> 对象。参见下方的{{anch("Example", "示例")}}了解更多细节<span style="display: none;"> </span><span style="display: none;"> </span></dd>
+ <dt><code><span class="hidden"> </span><span class="hidden"> </span>callback</code></dt>
+ <dd>一个回调函数,每当被指定的节点或子树以及配置项有Dom变动时会被调用。回调函数拥有两个参数:一个是描述所有被触发改动的 {{domxref("MutationRecord")}} 对象数组,另一个是调用该函数的<code>MutationObserver</code> 对象。参见下方的{{anch("Example", "示例")}}了解更多细节<span class="hidden"> </span><span class="hidden"> </span></dd>
</dl>
<h3 id="返回值">返回值</h3>