Wijmo UI for the Web
minRange Option

Default value: 0

The minRange option prevents the two range handles (thumb buttons) from being placed on top of one another.

Syntax
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) 
var minRange : number;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.