Wijmo UI for the Web
value Method
wijmo.slider Namespace > wijslider type : value Method
the specified value.
Determines the value of the slider, if there's only one handle.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var val; // Type:  undefined
    
    returnsValue = $(".selector").wijslider("value", val);
});
function value( 
   val : undefined
) : any;

Parameters

val
the specified value.
Remarks
If there is more than one handle, determines the value of the first handle.
See Also

Reference

wijslider type
wijslider jQuery Widget