You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone looking for this in future, here's how you can do it.
// Clear FlipDown's internal intervalclearInterval(flipdown.countdown);// Remove all generated elements inside the FlipDown containerdocument.getElementById("flipdown").replaceChildren();
After doing this, you can construct a new instance of FlipDown.
Hi, what's the best way to tear down a flipdown instance? I don't see a function that does so.
The text was updated successfully, but these errors were encountered: