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