$(function () { var returnsValue; // Type: wijmo.wizard.wijwizard // Parameters var index; // Type: number returnsValue = $(".selector").wijwizard("show", index); });
Parameters
- index
- The zero-based index of the panel to be actived.
$(function () { var returnsValue; // Type: wijmo.wizard.wijwizard // Parameters var index; // Type: number returnsValue = $(".selector").wijwizard("show", index); });
// Show the second step. $("#wizard").wijwizard("show", 1);