Wijmo UI for the Web
value Method
wijmo.slider Namespace > JQueryUISlider type : value Method
the specified value.
Determines the value of the slider, if there's only one handle.
Syntax
var instance = new wijmo.slider.JQueryUISlider();
var value; // Type: any

// Parameters
var val; // Type:  undefined

value = instance.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

JQueryUISlider type