Wijmo UI for the Web
dragFill Option
wijmo.slider.wijslider Namespace > options type : dragFill Option

Default value: true

The dragFill option, when set to true, allows the user to drag the fill between the thumb buttons on the slider widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijslider("option", "dragFill");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijslider("option", "dragFill", newValue);
        
});
var dragFill : boolean;
See Also

Reference

options type
wijslider jQuery Widget