nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

Destroy the slider ? Method .destroy() #56

Closed CrucifixArnaud closed 8 years ago

CrucifixArnaud commented 8 years ago

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 8 years ago

use remove();

nir9 commented 8 years ago

:point_up_2: