Default value: null
Additional Ajax options to consider when loading tab content (see $.ajax).
Syntax
$(function () {
// Get value
var returnsValue; // Type: object
returnsValue = $(".selector").wijtabs("option", "ajaxOptions");
// Set value
var newValue; // Type: object
$(".selector").wijtabs("option", "ajaxOptions", newValue);
});
var ajaxOptions : object;
See Also