The id of the div which the slider is going to be placed
The minimum value for the slider
The maximum value for the slider
number of divisions within the value range, 0 for continuos
Current value of the slider
maximum value
minimum value for the slider
number of divisions in the value range
Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
Removes the event listener in target's event listener list with the same type, callback, and options.
Resize the slider
Sets the status of the debug mode
enable value true/false
Change the state of the slider
enable state of the slider
Sets the value of the slider on demand
the value of the slider
Generated using TypeDoc
slider = new SimpleSlider("slider", 0, 100, 0);