css show when load code example Example: display div while load <script> $(window).load(function() { $('#loading').hide(); }); </script>