Wijmo UI for the Web
remove Method
The zero-based index of the panel to be removed.
The remove method removes a panel.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  wijwizard
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijwizard("remove", index);
});
Javascript (Specification) 
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);
Browser Compatibility
7
5
5

See Also

Reference

wijwizard type
wijwizard jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.