Skip to content

Instantly share code, notes, and snippets.

@MattMS
Last active August 29, 2015 14:19
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 MattMS/9737db5ab43a78b3ae0e to your computer and use it in GitHub Desktop.
Save MattMS/9737db5ab43a78b3ae0e to your computer and use it in GitHub Desktop.
HTML document ready event
document.addEventListener 'DOMContentLoaded', (event)->
document.addEventListener('DOMContentLoaded', function (event) {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment