---
title: "What is the name of jQuery method used for an asynchronous HTTP request?"  
description: "What is the name of jQuery method used for an asynchronous HTTP request?"  
author: "Anonymous User"  
published: 2015-05-18  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/2539/what-is-the-name-of-jquery-method-used-for-an-asynchronous-http-request  
category: "javascript"  
tags: ["jquery"]  
reading_time: 1 minute  

---

# What is the name of jQuery method used for an asynchronous HTTP request?

This ajax() method is used to perform an AJAX (asynchronous HTTP) request. every jQuery AJAX methods use the ajax() method. jQuery method is mostly used for requests where the other methods cannot be used.

## jQuery.ajax()

## Answers

### Answer by Anonymous User

This ajax() method is used to perform an AJAX (asynchronous HTTP) request. every jQuery AJAX methods use the ajax() method. jQuery method is mostly used for requests where the other methods cannot be used.

## jQuery.ajax()


---

Original Source: https://www.mindstick.com/interview/2539/what-is-the-name-of-jquery-method-used-for-an-asynchronous-http-request

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
