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