Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created May 20, 2013 12:23
Embed
What would you like to do?
<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