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

Default value: null

The values option can be used to specify multiple handles.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijslider("option", "values");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijslider("option", "values", newValue);
        
});
var values : object;
Remarks
If the range option is set to true, then the 'values' option must be set in order to have two handles.
See Also

Reference

options type
wijslider jQuery Widget