Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Set load event handler function
    $(".selector").wijwizard({
        load : function (e, args) {
     
        }
    });
});
Javascript (Specification) 
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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.