Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获得有关特定 HTML 对象属性更改的通知?我找到了这个线程,但它只是关于浏览器中的普通DOM,我想要这个作为 Chrome 扩展。
编辑:我刚刚意识到突变观察者是我想要的东西。我认为这只能通过 jQuery 获得。有关更多资源,请参见此处。