What is the name of jQuery method used for an asynchronous HTTP request?
Ask by Anonymous User
Updated 23 Sep 2020
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()