Skip to content

Instantly share code, notes, and snippets.

@zoxon
Last active August 29, 2015 14:02
Show Gist options
  • Save zoxon/15ccde74d280d876e8d1 to your computer and use it in GitHub Desktop.
Save zoxon/15ccde74d280d876e8d1 to your computer and use it in GitHub Desktop.
JavaScript: Document Ready
document.addEventListener('DOMContentLoaded', function () {
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment