Wijmo UI for the Web
ajaxOptions Field
wijmo.wizard Namespace > WijWizardOptions Interface : ajaxOptions Field

A value that indicates additional Ajax options to consider when loading panel content (see $.ajax).

Syntax
var instance; // Type: wijmo.wizard.WijWizardOptions;
var value; // Type: object
value = instance.ajaxOptions;
var ajaxOptions : object;
Remarks
Please see following link for more details, http://api.jquery.com/jQuery.ajax/ .
See Also

Reference

WijWizardOptions Interface