Wijmo UI for the Web
load Method
wijmo.wizard Namespace > wijwizard type : load Method
The zero-based index of the panel to be loaded.
The load method reload the content of an Ajax panel programmatically.
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.wizard.wijwizard
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijwizard("load", index);
});
function load( 
   index : number
) : wijwizard;

Parameters

index
The zero-based index of the panel to be loaded.
Example
// Reload the content of second step.
$("#wizard").wijwizard("load", 1);
See Also

Reference

wijwizard type
wijwizard jQuery Widget