Skip to content

Instantly share code, notes, and snippets.

@maru0014
Last active October 13, 2015 08:42
Show Gist options
  • Save maru0014/12ad5d0ebb9693af9639 to your computer and use it in GitHub Desktop.
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