wijmo.tabs.wijtabs Namespace > options type : ajaxOptions Option |
Default value: null
Additional Ajax options to consider when loading tab content (see $.ajax).
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: object returnsValue = $(".selector").wijtabs("option", "ajaxOptions"); // Set value var newValue; // Type: object $(".selector").wijtabs("option", "ajaxOptions", newValue); }); |
Javascript (Specification) | |
---|---|
|