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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:32:14+00:00 2026-05-24T01:32:14+00:00

Is it possible to get all the defaults that are associcate with the $.ajax

  • 0

Is it possible to get all the defaults that are associcate with the $.ajax function.

So it would return something like this:

{
    global:true,
    headers:{},
    ifModified:false,
    type:"GET",
    url:"the current page url",
    etc....
}
  • 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-24T01:32:16+00:00Added an answer on May 24, 2026 at 1:32 am

    From looking at the source code, I believe the (current) defaults are found in jQuery.ajaxSettings, of course also available as $.ajaxSettings. So if you haven’t changed them, you should be able to get them from there.

    Note that if you have changed them, for example using the $.ajaxSetup utility method, you’ll get the new defaults you created, not the inherent ones from the jQuery library.

    Also looking at the source code, it seems the defaults are the following:

    ajaxSettings: {
        url: ajaxLocation,
        isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
        global: true,
        type: "GET",
        contentType: "application/x-www-form-urlencoded",
        processData: true,
        async: true,
        /*
        timeout: 0,
        data: null,
        dataType: null,
        username: null,
        password: null,
        cache: null,
        traditional: false,
        headers: {},
        */
    
        accepts: {
            xml: "application/xml, text/xml",
            html: "text/html",
            text: "text/plain",
            json: "application/json, text/javascript",
            "*": "*/*"
        },
    
        contents: {
            xml: /xml/,
            html: /html/,
            json: /json/
        },
    
        responseFields: {
            xml: "responseXML",
            text: "responseText"
        },
    
        // List of data converters
        // 1) key format is "source_type destination_type" (a single space in-between)
        // 2) the catchall symbol "*" can be used for source_type
        converters: {
    
            // Convert anything to text
            "* text": window.String,
    
            // Text to html (true = no transformation)
            "text html": true,
    
            // Evaluate text as a json expression
            "text json": jQuery.parseJSON,
    
            // Parse text as xml
            "text xml": jQuery.parseXML
        }
    },
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to get all possible available currencies. Java 7 had provided such
Possible Duplicate: Get all files from VSS for a given date? I need to
Is it possible to get all div's within a page using jQuery including nested
Is it possible to get all/latest tweets from twitter public list? Example list: https://twitter.com/#!/thecaucus/u-s-senate
In C#, is it possible to get all values of a particular column from
Is there a way to get all possible values from a MySQL enum column?
Possible Duplicate: How to get all of the IDs with jQuery? How can i
Possible Duplicate: Printing Table's structure/schema oracle has 'DESCRIBE' to get all the details of
Is it possible to get a list of all files modified/added/deleted by a particular
Is it possible to get a list of all applications installed in a Blackberry,

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.