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;
See Also