Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7851303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:08:26+00:00 2026-06-02T19:08:26+00:00

I want to display a background image (loading.gif) while the image is loading. The

  • 0

I want to display a background image (loading.gif) while the image is loading. The image loads thanx to the following code :

var item = $('<li><a class="black-links" href="' + data.url + '#comments" title="' + data.title + '"><img class="loading"></a></li>');
var img = item.find('img');
img
    .hide()
    .one('load', function() { $(this).removeClass('loading').attr('alt', data.title).attr('width', data.width).attr('height', data.height).fadeIn(); })
    .attr('src', data.src)
    .each(function() { if (this.complete) $(this).trigger('load'); });

So there’s a “loading” class added to the image at the beginning, and then this class is removed once the image is entirely loaded (and displayed). So the CSS code is :

.loading { background: #FFF url(../img/loading.gif) center center no-repeat; }

The trouble is : the image is loaded, and then it’s displayed, BUT the loader is never displayed while the image is loading (this can be seen here).
I thought I should delete the “.hide()”… but then I think the image will be partly displayed BEFORE it’s entirely loaded, won’t it ???

Thanx for your help !

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T19:08:27+00:00Added an answer on June 2, 2026 at 7:08 pm

    It’s because you hide it when it’s loaded

    var item = $('<li><a class="black-links" href="' + data.url + '#comments" title="' + data.title + '"><img class="loading"></a></li>');
    var img = item.find('img');
    $('<img/>').attr('src', data.src).load(function() {
          img.removeClass('loading').attr('src', data.src).hide().fadeIn();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to use an ajax loader while loading the page with transparent background.
I want to display an image of 1920x1170 pixel / 183KB as a background
I want to display the background image for one image view and text view.My
I want to display a div with a background image called something like this:image_(1)_125x192.jpg.
Let's say I have a loading indicator image, I want it to display nicely
I want to display background image on tableview cell... on that i need to
I want to display the each book front image with the background of bookshelf
I want to display an image in the background of a input text-box.The image
I want to display a lengthy rotated string in the background of one of
I'm creating geographic maps with raster files as background. For better display I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.