Default value: 'horizontal'
The orientation option determines whether the wijslider is positioned horizontally or vertically.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijslider("option", "orientation");
// Set value
var newValue; // Type: string
$(".selector").wijslider("option", "orientation", newValue);
});
var orientation : string;
See Also