Created
May 20, 2013 12:23
-
-
Save jakearchibald/5611910 to your computer and use it in GitHub Desktop.
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 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