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 7940577
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T23:25:59+00:00 2026-06-03T23:25:59+00:00

I am using this jQuery plugin to lazy-load my images. Lazy Loader It is

  • 0

I am using this jQuery plugin to lazy-load my images. Lazy Loader

It is working fine. I just want to show a “loading” image (gif maybe) on top of all those image which are not loaded yet, which disappears when the image loads.

Any idea how to do this.

FYI: I am using a 1×1 gif image as a placeholder.

  • 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-03T23:26:00+00:00Added an answer on June 3, 2026 at 11:26 pm

    I make demo project for above your requirement this is working fine for me please use following code for that.

    In Head:

    <script src="jquery.min.js" type="text/javascript"></script>
        <script src="jquery.lazyload.js" type="text/javascript"></script>
        <script type="text/javascript">
            $(function () {
                $(function () {
                    $("img.lazy").lazyload({
                        event: "sporty"
                    });
                });
                $(window).bind("load", function () {
                    var timeout = setTimeout(function () { $("img.lazy").trigger("sporty") }, 5000);
                }); 
            });
        </script>
        <style type="text/css">
            #container
            {
                height: 600px;
                overflow: scroll;
            }
        </style>
    

    Body :

    <div id="container">
            <img class="lazy" width="765" height="574" src="loadingcirclests16.gif" data-original="bmw_m1_hood.jpg" /><br />
            <img class="lazy" width="765" height="574" src="loadingcirclests16.gif" data-original="bmw_m1_side.jpg" /><br />
            <img class="lazy" width="765" height="574" src="loadingcirclests16.gif" data-original="viper_1.jpg" /><br />
            <img class="lazy" width="765" height="574" src="loadingcirclests16.gif" data-original="viper_corner.jpg" /><br />
        </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using lazy load jquery plugin . It tells me to put this
I am using Jquery Lazy Load plugin to load images lazily when they come
I'm using this Jquery plugin http://t.wits.sg/misc/jQueryProgressBar/demo.php# and I just want to create a default
So I'm using the simpleImageCheck jQuery plugin to change checkboxes into images. This works
I'm currently working with ckeditor and i'm using the jquery plugin for this editor
I am using Lazy Load Jquery plugin here on my test page: http://bloghutsbeta.blogspot.com/2012/03/testing-2_04.html And
I am using this jQuery plugin: http://demo.awkwardgroup.com/showcase/ I am trying to show a counter
I'm using this PaRSS jQuery plugin to pull images from a bundle of RSS
i'm using this plugin for autocomplete http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete i want that when the user clicks
I'm using this jquery plugin ajaxFileupload in our project. My design is I have

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.