Wijmo UI for the Web
load Method
wijmo.tabs Namespace > wijtabs type : load Method
The zero-based index of the tab to be reloaded.
Reload the content of an Ajax tab programmatically. This method always loads the tab content from the remote location, even if cache is set to true.
Syntax
$(function () {
    var returnsValue; // Type:  wijtabs
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijtabs("load", index);
});
function load( 
   index : number
) : wijtabs;

Parameters

index
The zero-based index of the tab to be reloaded.
Example
//Reload the second tab.
$("#element").wijtabs('load', 1);
See Also

Reference

wijtabs type
wijtabs jQuery Widget