Categories

Ajax Configuration

Categories: Properties of jQueryConfig | Low-Level Interface

jQueryConfig.ajax[ options ]

Description: Configure default values for future Ajax requests.

  • jQueryConfig.ajax[ options ]

    version added: 1.0

For details on the options available for $.ajax(), see jQuery.ajax().

All subsequent Ajax calls using any function will use the configured options, unless overridden by the individual calls.