Wijmo UI for the Web
values Method
the first value.
the second value.
This option can be used to specify multiple handles.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var index; // Type:  undefined
    var val; // Type:  undefined
    
    returnsValue = $(".selector").wijslider("values", index, val);
});
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

wijslider type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.