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