Created
April 10, 2016 16:28
-
-
Save marcusshepp/30a3825c27863eaa93a95541ea880e74 to your computer and use it in GitHub Desktop.
Vanilla Javascript's equivalent to jQuery's $(document).ready(function(){});
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(){}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment