Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created January 29, 2017 10:30
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 cyrilletuzi/f5928e642ce3b7a8c25da29a222440fb to your computer and use it in GitHub Desktop.
Save cyrilletuzi/f5928e642ce3b7a8c25da29a222440fb to your computer and use it in GitHub Desktop.
/* jQuery */
jQuery(($) => {
// Launch your features
});
/* JavaScript */
document.addEventListener('DOMContentLoaded', () => {
// Launch your features
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment