Skip to content

Instantly share code, notes, and snippets.

@maru0014
Last active October 13, 2015 08:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save maru0014/12ad5d0ebb9693af9639 to your computer and use it in GitHub Desktop.
<script>
$(window).load(function(){//ロードが完了したら下記を実行
$(".loadingWrap").fadeOut();//.loadingWrapをフェードアウトさせる
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment