Wijmo UI for the Web
show Method
wijmo.wizard Namespace > wijwizard type : show Method
The zero-based index of the panel to be actived.
The show method selects an active panel and displays the panel at a specified position.
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.wizard.wijwizard
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijwizard("show", index);
});
function show( 
   index : number
) : wijwizard;

Parameters

index
The zero-based index of the panel to be actived.
Example
// Show the second step.
$("#wizard").wijwizard("show", 1);
See Also

Reference

wijwizard type
wijwizard jQuery Widget