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