Wijmo UI for the Web
step Option

Default value: 1

The step option determines the size of each interval between the slider minimum value and the slider maximum value.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijslider("option", "step");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijslider("option", "step", newValue);
        
});
Javascript (Specification) 
var step : number;
Remarks
The full specified value range of the slider (from the minimum value to the maximum value) must be evenly divisible by the step interval.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijslider jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.