Created
March 29, 2015 20:41
-
-
Save nickkuijpers/ec3daaa88a021d81e8d7 to your computer and use it in GitHub Desktop.
jQuery Make sure all JS is loaded before executing
This file contains 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
document.addEventListener( "DOMContentLoaded", function() { | |
JS | |
}, false ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment