ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
172 stars 48 forks source link

No Option to reset/reload/remove carousel #69

Open rajanRawat opened 11 years ago

rajanRawat commented 11 years ago

I had a requirement where in I had to change the carousel visibility from 3 to 2 in case of orientation change in tablets from landscape to portrait. but clearly I cannot do it as there is no option to reset/reload/remove carousel.

Plugins that modify the DOM on any function call generally have a function or an option to restore the previous DOM

e.g.datatable has fnClearTable and destroy option.

Please add such option in future release.