Destroy the slider ? Method .destroy()
CrucifixArnaud opened this issue · comments
Crucifix Arnaud commented
Hi,
I would like to totally destroy() the slider (I only use the slider on a specific screen-size), to avoid issue on screen resize. I would like to destroy the slider, and reinit it on a other breakpoint.
But I don't found any .destroy() method?
Any idea ? Plan to implement one ?
Thanks.
PurHur commented
use remove();
Nir Lichtman commented
👆