Wijmo UI for the Web
ajaxOptions Option
wijmo.wizard.wijwizard Namespace > options type : ajaxOptions Option

Default value: null

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijwizard("option", "ajaxOptions");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijwizard("option", "ajaxOptions", newValue);
        
});
var ajaxOptions : object;
Remarks
Please see following link for more details, http://api.jquery.com/jQuery.ajax/ .
See Also

Reference

options type
wijwizard jQuery Widget