Default value: 0
The minRange option prevents the two range handles (thumb buttons) from being placed on top of one another.
Syntax
$(function () {
// Get value
var returnsValue; // Type: number
returnsValue = $(".selector").wijslider("option", "minRange");
// Set value
var newValue; // Type: number
$(".selector").wijslider("option", "minRange", newValue);
});
See Also