In this post we create a global loading overlay using HTML, CSS, and jQuery. There is one line of code to take over the screen and display a loader as well as one line of code to hide the loader. This loader is good for any button such as signing up, logging in, downloading files, and any other action that would require a loader to be displayed.
Step 1: HTML and CSS
The HTML/CSS for the loader is simple. It consists of two divs and a loading gif image. When the page loads, both divs are set to display none. Only when we have an action which requires the loader, do we actually want to show the loader.
The first div, with a class “loading-overlay” is going to be our overlay. This will covers the entire screen. It gets a background of black with some opacity. This way we can see through to our website behind the overlay but we can’t interact with it at all because our overlay has take over. Position fixed and height/width at 100% will make sure the overlay covers the entire browser window.
The second div, with a class of “loading-overlay-image-container”, contains our loading gif image. This will sit on top of our “loading-overlay” div and be centered in the browser. Position fixed with top and left at 50% will get our image container centered in the browser.
HTML
<div class="loading-overlay"></div> <div class="loading-overlay-image-container"> <img src="assets/loading.gif" class="loading-overlay-img"/> </div>
CSS
.loading-overlay { display: none; background: rgba( 26, 26, 26, 0.7 ); position: fixed; width: 100%; height: 100%; z-index: 5; top: 0; } .loading-overlay-image-container { display: none; position: fixed; z-index: 7; top: 50%; left: 50%; transform: translate( -50%, -50% ); } .loading-overlay-img { width: 50px; height: 50px; border-radius: 5px; }
Step 2: JavaScript/jQuery
Now that we have our HTML and CSS, we need to create a few JavaScript function to actually show and hide our loader. We are going to take it one step further and also have the HTML written out to the page with JavaScript/jQuery on page load! To do this we are going to create an object with three functions.
initialize function
This function will write out our HTML to the body of our page. Call this function when the document is ready and the HTML gets appended to the body of our page. The loader is now ready to be used!
showLoader function
This function displays our loader on the page by changing the display none on both our divs, to display block.
hideLoader function
This function hides our loader on the page by changing the display block on both of our divs, to display none.
Here is what the finished loader object looks like.
/** * Handle loading overlays * * @author Justin Stolpe */ var loader = { /** * Initialize our loading overlays for use * * @params void * * @return void */ initialize : function () { var html = '<div class="loading-overlay"></div>' + '<div class="loading-overlay-image-container">' + '<img src="assets/loading.gif" class="loading-overlay-img"/>' + '</div>'; // append our html to the DOM body $( 'body' ).append( html ); }, /** * Show the loading overlay * * @params void * * @return void */ showLoader : function () { jQuery( '.loading-overlay' ).show(); jQuery( '.loading-overlay-image-container' ).show(); }, /** * Hide the loading overlay * * @params void * * @return void */ hideLoader : function () { jQuery( '.loading-overlay' ).hide(); jQuery( '.loading-overlay-image-container' ).hide(); } }
Step 3: Putting it all Together
We have everything we need now for displaying a loader on our website. It is also easy to manage because everything is in our loader object. If we every need to update the loader, we simply update the loader object and the loader is update across our site!
Here is an example of calling our loader. On page load we initialize the loader so it is ready for use. When the “Test” link gets clicked, we call show loader which will show our loader. After a few seconds, we call our hide loader function which hides the loader returning it to the state is was in on page load.
<!DOCTYPE html> <html> <head> <!-- include loader styles --> <link href="css/global.css" rel="stylesheet" type="text/css"> <!-- include our loader overlay script --> <script type="text/javascript" src="js/loader.js"></script> <script> $( function() { // do things when the document is ready // initialize our loader overlay loader.initialize(); $( '#load_test' ).on( 'click', function() { // on click for our load test link // show our loading overlay loader.showLoader(); setInterval( function() { // after 3 seconds, hide our loading overlay loader.hideLoader(); }, 3000 ); } ); } ); </script> </head> <body> <span id="load_test">Loading Overlay Test (lasts 3 sec)</span> </body> </html>
Links
That is going to do it for this post! Leave any comments/questions/concerns below and thanks for stopping by the blog!
Thiis post will help thhe internet peopple ffor building up neew website orr eeven a bloog fromm strt to end.
Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point. You obviously know what youre talking about, why throw away your intelligence on just posting videos to your site when you could be giving us something enlightening to read?
You aree so interesting! I don’t syppose I’ve read a single thing lime this before.
So wonderftul too discover another person wigh original thoughfs on tthis subject.
Seriously.. thanks for stating this up. This site is onne thing that’s needed on thee internet,
someone witrh a litttle originality!
When solme onee seatches for hiis vifal thing, therefore he/she desires to be available thhat in detail, thereefore tha thng iss maintained ovsr here.
Hello there, jut becaje aalert to your blog through Google, and foun that it’s truuly informative.
I amm going tto wagch out foor brussels. I’ll apprexiate iif yoou
continue this iin future. Lots oof people will be benefited from our writing.
Cheers!
Thqnks tto mmy fathber wwho shared ith mme onn thee topic off this
web site, thhis log is really amazing.
A big thank you for your article.Much thanks again. Awesome.
Amazing! This blog looks exactly like my old one! It’s on a totally different subject but it has pretty much the same layout and design. Excellent choice of colors!
Hi my family member! I wish to say that this post is amazing,nice written and come with almost all significant infos.I’d like to look more posts like this .
online indian pharmacies: online indian pharmacies best india pharmacy
Wow! In the end I got a blog from where I knowhow to really get useful information concerning my studyand knowledge.
Hi, yes this post is really fastidious and I havelearned lot of things from it about blogging. thanks.
I think this is a real great post.Really thank you!
What’s Taking place i’m new to this, I stumbledupon this I’ve found It positively helpful and itt has aided me out loads.I am hoping to contribute & help oher customers like its helpedme. Great job.
I need to to thank you for this fantastic read!! I definitely loved every bit of it. I have you book marked to look at new stuff you postÖ
I am now not sure the place you’re getting your info, however good topic.I needs to spend some time finding out more or figuring out more.Thanks for excellent information I used to be looking for this info for my mission.
Hello There. I found your blog using msn. That is a very well written article. I’ll be sure to bookmark it and return to read more of your helpful info. Thank you for the post. I’ll certainly return.
Say, you got a nice article post.Really looking forward to read more. Much obliged.
This is one awesome blog.Much thanks again. Cool.
Thanks so much for the blog.Thanks Again. Fantastic.
Very good article.Thanks Again.
I cannot thank you enough for the post.Really thank you! Cool.
Appreciate you sharing, great post.Much thanks again. Fantastic.
Thanks a lot for the blog.Really thank you! Keep writing.Loading…
A round of applause for your article post. Much obliged.
Enjoyed every bit of your blog post.Really thank you! Much obliged.
Spoot oon with tis write-up, I seriously feel thhis amazing site
needs farr more attention. I’ll probably bbe back again too rad more, thans ffor tthe info!