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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:16:52+00:00 2026-05-22T15:16:52+00:00

When I use Ajax call(jquery) in the HEAD section I find a waiting for

  • 0

When I use Ajax call(jquery) in the HEAD section I find a “waiting for response message” on a chrome browser with revolving circle. I don’t want this ugly look. Is there a way to avoiding this?


PS: When I use input tag to call the JavaScript(Ajax call) function like

<input id="launcher" type="button" onfocus="go()" value="Go!"></input>

I couldn’t see a waiting circle. Cause my program should call the function automatically I couldn’t use this method.(If I use document.getElementById("launcher").focus() to automatically start the function, It showed waiting circle again.) I guess there’s a some different context to call JavaScript function.

Update Here is my sample code

<HEAD>
<SCRIPT TYPE="text/javascript">
function go() {
    $.ajax({
        url: "/myService",
        success: function(data){
            document.getElementById("result_area").innerHTML = data;
            go();
        }
    });
}
$(document).ready(function(){
    go() //Here I want to Comet call;
});
go(); //should start automatically.
</SCRIPT>
</HEAD>
<BODY>
    <!-- <input id="launcher" type="button" onfocus="go()" value="Go!"></input>
    This doesn't show the waiting circle. Why? Use different call context? -->        
<div id="result_area"></div>
</BODY>
  • 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-22T15:16:53+00:00Added an answer on May 22, 2026 at 3:16 pm

    I found that this waiting circle on XMLHttpRequest is depend on a browser implementation. On IE7, Firefox4 it didn’t show any waiting circle or bar while chrome11, Windows safari had one.

    I believe that standard on this should be made cause it impacts greatly on user experience.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I am trying to use jQuery to insert data from an ajax call.
i am trying to make a ajax call by making use of jquery UI
Is it possible to use jquery .ajax() call to post a file to the
I am trying to use relative url with a post ajax call as follows:
I want to create a simple AJAX call, based on How to use Servlets
I use a plug-in called nyroModal to call a page via AJAX and display
I'm using $.ajax() to send a post call to the server. If I use
I try to do an AJAX call with jQuery and $.post in Internet Explorer,
I'm trying to read the http-response by ajax request. As an echo-server I use
I am just trying to learn how to use JQuery AJAX with ASP.NET MVC

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.