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