Wijmo UI for the Web
remove Method
wijmo.wizard Namespace > wijwizard type : remove Method
The zero-based index of the panel to be removed.
The remove method removes a panel.
Syntax
$(function () {
    var returnsValue; // Type:  wijmo.wizard.wijwizard
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijwizard("remove", index);
});
function remove( 
   index : number
) : wijwizard;

Parameters

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

Reference

wijwizard type
wijwizard jQuery Widget