Default value: false
The range option, if set to true, allows the slider to detect if you have two handles.
Syntax
$(function () {
// Get value
var returnsValue; // Type: boolean
returnsValue = $(".selector").wijslider("option", "range");
// Set value
var newValue; // Type: boolean
$(".selector").wijslider("option", "range", newValue);
});
See Also