slider
change
Fires when the slider value changes as a result of selecting a new value with the drag handle, buttons or keyboard.

Event data

value : Number
Represents the updated value of the slider.
slide
Fires when the user drags the drag handle to a new position.

Event data

value : Number
Represents the value from the current position of the drag handle.
rangeslider
change
Fires when the rangeSlider value changes as a result of selecting a new value with one of the drag handles or the keyboard.

Event data

value : Number
Represents the updated array of values of the first and second drag handle.
slide
Fires when the user drags the drag handle to a new position.

Event data

value : Number
Represents an array of values of the current positions of the first and second drag handle.