is it possible to tell if DOM was modified, and which part?

后端 未结 5 1948
无人共我
无人共我 2021-01-02 17:03

Are there any practical ways to tell what part of the DOM was modified if you know that it will be modified?

I am writing a plugin that will be running along with ja

5条回答
  •  既然无缘
    2021-01-02 17:33

    Depending on the browser support you need, you may be able to use DOM mutation events.

提交回复
热议问题