- Date added
-
June 15, 2015, 1:34 a.m.
- Description
- I've been doing a lot of JavaScript learning lately and was surprised to find an API I'd never heard of. MutationObserver lets you attach to DOM elements and watch for changes, saving you from any additional custom events or polling.