wijmo.slider.wijslider Namespace > options type : minRange Option |
Default value: 0
The minRange option prevents the two range handles (thumb buttons) from being placed on top of one another.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijslider("option", "minRange"); // Set value var newValue; // Type: number $(".selector").wijslider("option", "minRange", newValue); }); |
Javascript (Specification) | |
---|---|
|