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

Parameters

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

Reference

wijtabs type
wijtabs jQuery Widget