Skip to content

Instantly share code, notes, and snippets.

@ButlerFuqua
Created August 12, 2019 11:04
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 ButlerFuqua/87a6231e01eff6a85105fc7b94a6cf61 to your computer and use it in GitHub Desktop.
Save ButlerFuqua/87a6231e01eff6a85105fc7b94a6cf61 to your computer and use it in GitHub Desktop.
if (document.readyState !== 'loading') {
readyFunction();
} else {
document.addEventListener('DOMContentLoaded', function () {
readyFunction();
});
}
function readyFunction(){
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment