Wijmo UI for the Web
step Option
wijmo.slider.wijslider Namespace > options type : 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
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijslider("option", "step");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijslider("option", "step", newValue);
        
});
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.
See Also

Reference

options type
wijslider jQuery Widget