Wijmo UI for the Web
select Method
wijmo.tabs Namespace > wijtabs type : select Method
The zero-based index of the tab to be selected or the id selector of the panel the tab is associated with.
Selects a tab; for example, a clicked tab.
Syntax
$(function () {
    var returnsValue; // Type:  wijtabs
    // Parameters
    var index; // Type:  undefined
    
    returnsValue = $(".selector").wijtabs("select", index);
});
function select( 
   index : undefined
) : wijtabs;

Parameters

index
The zero-based index of the tab to be selected or the id selector of the panel the tab is associated with.
Example
//Select the second tab.
$("#element").wijtabs('select', 1);
See Also

Reference

wijtabs type
wijtabs jQuery Widget