Skip to content

Instantly share code, notes, and snippets.

@c7x43t
Created November 14, 2018 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c7x43t/9c06f1540efc00f64768866058042a9d to your computer and use it in GitHub Desktop.
Save c7x43t/9c06f1540efc00f64768866058042a9d to your computer and use it in GitHub Desktop.
function handler(mutations) {}
var observer = new MutationObserver(handler);
var options = {attributes: true}
observer.observe(element, options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment