jquery.js를 html문서에서 include
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
코드실행
$('body').fadeOut().delay(1000).fadeIn();