Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active September 16, 2017 00:14
Show Gist options
  • Save pablocattaneo/257e9535a81c8f857df8 to your computer and use it in GitHub Desktop.
Save pablocattaneo/257e9535a81c8f857df8 to your computer and use it in GitHub Desktop.
Loading javascript
.loading
position absolute
background #2a2a2a
z-index 999
height 100%
width 100%
left 0
img
width auto
position absolute
top 0
left 0
right 0
bottom 0
margin auto
<header class="clearfix">
<span class="loading"><img src="images/ajax-loader.gif" alt=""></span>
</header>
jQuery('.loading').fadeOut();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment