Created
January 16, 2017 19:04
-
-
Save mikedijkstra/9b50e29df7aae3a5bb93db276b6579fa to your computer and use it in GitHub Desktop.
Loader Module
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
<body class="preload"> | |
<div class="loader"></div> | |
</body> | |
<script> | |
$(window).load(function() { | |
$("body").removeClass("preload"); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment