Default value: 'auto'
The navButtons option defines the type of navigation buttons used with the wijwizard.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijwizard("option", "navButtons");
// Set value
var newValue; // Type: string
$(".selector").wijwizard("option", "navButtons", newValue);
});
See Also