What is the name of jQuery method used for an asynchronous HTTP request?
2246
18-May-2015
Updated on 23-Sep-2020
Anonymous User
18-May-2015This 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()