Skip to content

Instantly share code, notes, and snippets.

@migliori
Last active February 13, 2024 06:32
Show Gist options
  • Save migliori/bf472d5202704433e6a8849197007e1a to your computer and use it in GitHub Desktop.
Save migliori/bf472d5202704433e6a8849197007e1a to your computer and use it in GitHub Desktop.
optimization - defer scripts loading #optimization
<script defer src="documentation/assets/js/jquery-1.12.4.min.js"></script>
<script type="text/javascript">
window.onload = function () { // domready
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment