Wijmo UI for the Web
disable Event
wijmo.tabs.wijtabs Namespace > options type : disable Event
The jQuery.Event object.
The data with this event.
The disable event handler. A function called when a tab is disabled.
Syntax
$(function () {
    // Set disable event handler function
    $(".selector").wijtabs({
        disable : function (e, args) {
     
        }
    });
});
disable = function ( 
   e : Object,
   args : IWijTabsEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijtabs jQuery Widget