Wijmo UI for the Web
load Event
wijmo.wizard.wijwizard Namespace > options type : load Event
The jQuery.Event object.
The data with this event.
The load event handler is a function called after the content of a remote panel has been loaded.
Syntax
$(function () {
    // Set load event handler function
    $(".selector").wijwizard({
        load : function (e, args) {
     
        }
    });
});
load = function ( 
   e : Object,
   args : IWijWizardEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijwizard jQuery Widget