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

Default value: 0

The value option determines the total value of the slider widget when there is only one range handle.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijslider("option", "value");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijslider("option", "value", newValue);
        
});
var value : number;
Remarks
If there are two range handles, then the value option determines the value of the first handle.
See Also

Reference

options type
wijslider jQuery Widget