Low-Level Interface
-
ep.ajax()
Perform an asynchronous file upload with HTTP (Ajax).
-
jQuery.ajax()
Perform an asynchronous HTTP (Ajax) request.
-
jQuery.ajaxPrefilter()
Handle custom Ajax options or modify existing options before each request is sent and before they are processed by
$.ajax()
. -
jQuery.ajaxSetup()
Set default values for future Ajax requests.
-
Ajax Configuration
Low-Level Interface | Properties of jQueryConfig
Configure default values for future Ajax requests.