Default value: false
The loop option allows the wijwizard to begin again from the first panel when reaching the last panel in autoPlay mode.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijwizard("option", "loop");
// Set value
var newValue; // Type: boolean
$(".selector").wijwizard("option", "loop", newValue);
});
See Also