Skip to content

Instantly share code, notes, and snippets.

@fjaguero
Created July 14, 2017 07:46
Show Gist options
  • Save fjaguero/b233a9732bd8a62957415a82f2c8d265 to your computer and use it in GitHub Desktop.
Save fjaguero/b233a9732bd8a62957415a82f2c8d265 to your computer and use it in GitHub Desktop.
DOMNodeInserted Event Listener
element.addEventListener("DOMNodeInserted", function (ev) {
// ...
}, false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment