Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  wijtabs
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijtabs("load", index);
});
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijtabs type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.