AJAX What is AJAX Question #19102
Single Choice Easy

QWhich method is used to send an AJAX request in jQuery?

ID: #19102 What is AJAX 103 views
Question Info
#19102Q ID
EasyDifficulty
What is AJAXTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A ajaxRequest()
  • B sendRequest()
  • C httpRequest()
  • D $.ajax()
Correct Answer

Explanation

In jQuery, the $.ajax() method is used to send AJAX requests. It provides a flexible and powerful way to make asynchronous requests to the server and handle responses.

Share This Question

Challenge a friend or share with your study group.