Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Public Methods

Karl edited this page Feb 21, 2021 · 7 revisions

Rangeable exposes a number of methods that can be called at any time.

const myInput = document.getElementById("myInput");
const mySlider = new Rangeable(myInput);

mySlider.methodName();

// or

myInput.rangeable.methodName();

Public Method Reference