Skip to content

Instantly share code, notes, and snippets.

@avaforvr
Created April 27, 2020 06:42
Show Gist options
  • Save avaforvr/951526ee7703a30fdc4b32d8c76afc23 to your computer and use it in GitHub Desktop.
Save avaforvr/951526ee7703a30fdc4b32d8c76afc23 to your computer and use it in GitHub Desktop.
document.body.addEventListener('lazyImg', function(e) {
loadImgs(e.detail.container);
}, false);
document.body.dispatchEvent(new CustomEvent('lazyImg', {
detail: {
container: document.querySelector('.dropdown'),
force: true
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment