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

destroy()

Karl edited this page Apr 11, 2018 · 1 revision

Destroy the instance.

This will return the DOM to it's initial state before initialising.

You can reinitialise the instance by using the init() method.

const rangeable = new Rangeable(input, options);

rangeable.destroy();
Clone this wiki locally