diff options
Diffstat (limited to 'files/zh-cn/web/api/mutationobserver')
-rw-r--r-- | files/zh-cn/web/api/mutationobserver/mutationobserver/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/mutationobserver/observe/index.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html b/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html index b911350da3..9846fe7648 100644 --- a/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html +++ b/files/zh-cn/web/api/mutationobserver/mutationobserver/index.html @@ -96,6 +96,4 @@ observer.observe(targetNode, observerOptions);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面的兼容性表格是由结构化数据生成的。如果你想要帮助更新数据,请访问 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 给我们发起 pull request.</div> - <p>{{Compat("api.MutationObserver.MutationObserver")}}</p> diff --git a/files/zh-cn/web/api/mutationobserver/observe/index.html b/files/zh-cn/web/api/mutationobserver/observe/index.html index 5c6f18ba94..19a575622e 100644 --- a/files/zh-cn/web/api/mutationobserver/observe/index.html +++ b/files/zh-cn/web/api/mutationobserver/observe/index.html @@ -105,6 +105,4 @@ observer.observe(elementToObserve, {subtree: true, childList: true});</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发送拉取请求。</div> - <p>{{Compat("api.MutationObserver.observe")}}</p> |