Skip to content
Guillaume Leclerc edited this page Dec 18, 2015 · 1 revision

`mutationObserver(element, callback)

Description

This is an util to check if the content of a given element change.

There is a fallback for IE and browser that does not support Mutation observers.

Arguments

  • element: The DOM element do watch
  • callback: The function to call when there is a change

Components

... More to come

Global methods

Global objects

Internals

(for contributors)

Utils

Clone this wiki locally