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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:03:25+00:00 2026-05-23T10:03:25+00:00

I want to add a loading image that will be visible between the start

  • 0

I want to add a loading image that will be visible between the start and end of an ajax request in jquery.

Currently, when the button I want to replace with a loading image is clicked, this function is called:

function test(num)
{
             $("div.bd_img").attr("style", "display:none");
             $("div.ajax_load").attr("style", "display:block");
             str = "ajax?id=" + num.toString();

             $.ajax({
                type: "GET",
                url: str,
                dataType: "xml",
                success: test2
             });
             $("div.bd_img").attr("style", "display:block");
             $("div.ajax_load").attr("style", "display:none");

}

But it doesnt seem to be working.

The two divisions bd_img and ajax_load are childs of a div, so one should be replaced by another when display is set to none and vice versa.

  • 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-05-23T10:03:25+00:00Added an answer on May 23, 2026 at 10:03 am

    check your test2 method. I would also move your image switch into your success callback.

    success: function() {
        $("div.bd_img").show();
        $("div.ajax_load").hide();
    
        test2();
    }
    

    check to make sure your div actually has the class bd_img and ajax_load and that class is not on the actual image. right now you are saying that your div has the class ‘.bd_img’ or ‘.ajax_load’. if it is an image inside the div with the class, then you want …

    $("div .bd_img").show();
    $("div .ajax_load").hide();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to add that spinning wheel image effect while loading all my images
I am trying to add a loading image while Ajax is working. I already
I have a jQuery function that shows a 'loading' image and disable the submit
I have a list of string values that I want add to a hashtable
I want to add a property to my User model that returns the number
i want to add image into initWithActivityIndicatorStyle instead of using the others like UIActivityIndicatorViewStyleWhiteLarge
Any flag / config to add random delay to image loading on the Java
I have an image that I want to fade in once the page loads.
I'm trying to add an image after a button is clicked. However, I can't
I am loading some text from xml and an image, that image takes longer

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.