Skip to content

Instantly share code, notes, and snippets.

@flashvnn
Created September 19, 2018 07:47
Show Gist options
  • Save flashvnn/18901998fc9b42898bab69ec1abadf85 to your computer and use it in GitHub Desktop.
Save flashvnn/18901998fc9b42898bab69ec1abadf85 to your computer and use it in GitHub Desktop.
Pure javascript for document ready
document.addEventListener('DOMContentLoaded', function(){
// your code goes here
}, false);
@flashvnn
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment