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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:09:08+00:00 2026-05-27T23:09:08+00:00

In jQuery, if I abort an ajax call, is it loaded by the browser

  • 0

In jQuery, if I abort an ajax call, is it loaded by the browser in full, and then dumped from memory and not event-handled? Or are just the headers loaded? In a more complex script I’m noticing that sometimes all the data is received before marked as aborted in Firefox/Firebug.

javascript:

var $ajax;
function fetch(){
if ($ajax && $ajax.statusCode != 200) $ajax.abort();
$ajax = $.ajax({
    type: 'get',
    data:{search:"term"},
    dataType: 'json',
    url: 'http://localhost/data.php',
    success: function(_data){ },
});
}

fetch();
fetch();

data.php:

print 'naptime!';
sleep(2);
  • 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-27T23:09:08+00:00Added an answer on May 27, 2026 at 11:09 pm

    Resolved in comments! Thanks ZeSimon

    Possibly related to the fact that you are using localhost so transfers are going to very quick. And the fact that you are not loading much data. Also, by the time you have received the response code in your localhost environment the request would already be complete. You need to test this with more data and in a more production like environment. – ZeSimon

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

Sidebar

Related Questions

I was just reading another question about jQuery's synchronous ajax call, and I got
Is it possible that using jQuery, I cancel/abort an Ajax request that I have
I am performing a jQuery .ajax() call that returns a List<string> of IP addresses
I am working with JQuery and making a ajax call to delete some stuff
I'm having some issues with a jQuery AJAX call. My code works fine when
I have an ASP.Net MVC 3 application that uses a jQuery .ajax call to
I am making an AJAX call (with jQuery) to retrieve a PartialView . Along
I have an ajax call (JSONP) using JQuery with GET method. I think because
I want to make an ajax call in jquery which will bring a picture
I'm having an issue getting this jQuery.ajax call to work. When the script executes

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.