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

Parameters

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

Reference

wijtabs type
wijtabs jQuery Widget