Wijmo UI for the Web
enable Event
wijmo.tabs.wijtabs Namespace > options type : enable Event
The jQuery.Event object.
The data with this event.
The enable event handler. A function called when a tab is enabled.
Syntax
$(function () {
    // Set enable event handler function
    $(".selector").wijtabs({
        enable : function (e, args) {
     
        }
    });
});
enable = 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