stevenwanderski / bxslider-3

jQuery custom content slider
http://bxslider.com
447 stars 101 forks source link

reloadSlider() keeps adding onto itself #244

Open minifiredragon opened 9 years ago

minifiredragon commented 9 years ago

No matter how I call the reloadSlider(), it always adds a bx-wrapper and everything inside the original bx-wrapper. So if I call it 10 times, I will have 9 nested bx-wrappers, and 10 sets of controls. Furthermore, it also drops the original settings. I can only retain the setting by repassing the original settings back into the reloadSlider().

As for the destroySlider(), all it does is set the controls to move 1 image at a time instead of however many are set to got in a click.

Warface commented 9 years ago

I have the same issue. Destorying the slider doesn't help