Wijmo UI for the Web
enableTab Method
wijmo.tabs Namespace > wijtabs type : enableTab Method
The zero-based index of the tab to be enabled.
Enable a disabled tab.
Syntax
$(function () {
    var returnsValue; // Type:  wijtabs
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijtabs("enableTab", index);
});
function enableTab( 
   index : number
) : wijtabs;

Parameters

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

Reference

wijtabs type
wijtabs jQuery Widget