Wijmo UI for the Web
activeIndex Option
wijmo.wizard.wijwizard Namespace > options type : activeIndex Option

The activeIndex option defines the current selected index of the wijwizard.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijwizard("option", "activeIndex");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijwizard("option", "activeIndex", newValue);
        
});
var activeIndex : number;
See Also

Reference

options type
wijwizard jQuery Widget