检测 DOM 更改事件

发布于 2024-12-24 21:18:10 字数 47 浏览 1 评论 0原文

有没有办法检测 DOM 更改事件?无论是文本替换、移动节点、删除或添加新节点等。

Is there a way to detect DOM change events? whether it be text replacement, moving a node, removing or adding a new node, etc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深爱成瘾 2024-12-31 21:18:10

我认为您正在寻找的是 DOMSubtreeModified

<强>编辑:经进一步检查,此事件和其他MutationEvents已被 W3C 弃用,但没有似乎是 替换直到 DOM Level 4

请参阅:“为什么 DOMSubtreeModified 事件在 DOM 级别 3 中被弃用?”

长话短说,DOMSubtreeModified 仍然有效,并且没有跨稳定浏览器实现的合理替代方案。

I think what you're looking for is DOMSubtreeModified

Edit: upon further inspection this and other MutationEvents have been deprecated by the W3C but there doesn't appear to be a replacement until DOM Level 4

See: "Why is the DOMSubtreeModified event deprecated in DOM level 3?"

Long story short, DOMSubtreeModified will still work and there is no reasonable alternative implemented across stable browsers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文