Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created May 20, 2013 12:23
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 jakearchibald/5611910 to your computer and use it in GitHub Desktop.
Save jakearchibald/5611910 to your computer and use it in GitHub Desktop.
<script src="jquery.js" async id="jq-script"></script>
<script src="carousel-ui.js" async requires="#jq-script"></script>
<script src="dialog-ui.js" async requires="#jq-script"></script>
<!--
All files load async in parallel.
jquery.js will execute first of the three
carousel-ui.js & dialog-ui.js will execute in load order after jquery.js
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment