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);
});
See Also