Wijmo UI for the Web
value Method
the specified value.
Determines the value of the slider, if there's only one handle.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var val; // Type:  undefined
    
    returnsValue = $(".selector").wijslider("value", val);
});
Javascript (Specification) 
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.
Browser Compatibility
7
5
5

See Also

Reference

wijslider type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.