Default value: false
The autoPlay option allows the panels to automatically display in order.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijwizard("option", "autoPlay");
// Set value
var newValue; // Type: boolean
$(".selector").wijwizard("option", "autoPlay", newValue);
});
See Also