Created
March 6, 2020 19:30
-
-
Save AhmedHelalAhmed/00821d99b1b5a813fcbb67f93ca8168c to your computer and use it in GitHub Desktop.
defer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| window.addEventListener('DOMContentLoaded', function() { | |
| $(document).ready(function () { | |
| // here the code go | |
| }); | |
| }); | |
| </script> |
Author
AhmedHelalAhmed
commented
Mar 6, 2020
<script src="myscript.js" defer></script>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment