Skip to content

Instantly share code, notes, and snippets.

@AhmedHelalAhmed
Created March 6, 2020 19:30
Show Gist options
  • Select an option

  • Save AhmedHelalAhmed/00821d99b1b5a813fcbb67f93ca8168c to your computer and use it in GitHub Desktop.

Select an option

Save AhmedHelalAhmed/00821d99b1b5a813fcbb67f93ca8168c to your computer and use it in GitHub Desktop.
defer
<script>
window.addEventListener('DOMContentLoaded', function() {
$(document).ready(function () {
// here the code go
});
});
</script>
@AhmedHelalAhmed
Copy link
Author

<script src="myscript.js" defer></script>

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