Last active
September 16, 2017 00:14
-
-
Save pablocattaneo/257e9535a81c8f857df8 to your computer and use it in GitHub Desktop.
Loading javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="clearfix"> | |
<span class="loading"><img src="images/ajax-loader.gif" alt=""></span> | |
</header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery('.loading').fadeOut(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment