Описание тега mutation-observers

Mutation Observers are part of the DOM4 specification, and allow callbacks to be triggered when elements of the DOM change.

Mutation Observers are part of the DOM4 draft spec, and are meant to replace Mutation Events which are defined in DOM3. WebKit and Firefox are the first browsers to support the mutation observers API.

Links