Wijmo UI for the Web
values Method
wijmo.slider Namespace > wijslider type : values Method
the first value.
the second value.
This option can be used to specify multiple handles.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  undefined
    var val; // Type:  undefined
    
    returnsValue = $(".selector").wijslider("values", index, val);
});
function values( 
   index : undefined,
   val : undefined
) : any;

Parameters

index
the first value.
val
the second value.
Remarks
If the range option is set to true, the length of values should be 2.
See Also

Reference

wijslider type
wijslider jQuery Widget