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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T17:11:24+00:00 2026-06-04T17:11:24+00:00

I want to set up global behavior for all AJAX requests, and sometimes I

  • 0

I want to set up global behavior for all AJAX requests,
and sometimes I need to interrupt queue
like this

$.ajaxSetup({
    success: function(data, textStatus, jqXHR) {
        if ( data.error ) { jqXHR.reject(); }
    }
});
// later
$.ajax({ some: option }).done( function(html) { do_something(html); } );

here I want to finish (do not call done with function(html))
when data.error is present

Is it possible ?
Or maybe exists another way for it ?

  • 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-04T17:11:26+00:00Added an answer on June 4, 2026 at 5:11 pm

    You can’t resolve the jqXHR directly.

    The jqXHR implements the Promise interface, which can be used to get the state or add callbacks but, can’t be used to change the state.

    Reference http://api.jquery.com/jQuery.ajax/#jqXHR

    Did you try $.ajaxSetup(success: defaultHandler})? But this will work only if you provide a handler in the original options. like : $.ajax({url: ‘someurl’ , success: someHandler});

    For more ideas , see if this helps:
    http://forum.jquery.com/topic/stop-a-deferred-callback-queue-in-progress

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

Sidebar

Related Questions

I want to set a global uncaught exception handler for all the threads in
I want to set the Masterpage property in Global.asax. This is what I have
I am trying to set a global GetMessage hook on all threads. This is
I am trying to use variable in different function, I want to set global
I want to set up a global hotkey * in VB6 that listens to
In emacs, I want to bind a command to C-i. So I put (global-set-key
I have a global variable in my javascript, whose value I want to set
There is a post to set system-wide global hotkey in C# here I want
I want to call defun with optional args inside the lambda: (global-set-key (kbd M-S-v)
I want to set up my git (TortoiseGIT) using the global gitconfig file such

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.