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