Is there a destroy method for FlexSlider
问题 I am trying to reinitialize FlexSlider with out page refresh when a new gallery listing is called asynchronously. I would think the routine below would work but it doesn't. It seems like the first FlexSlider persists even though the new images are successfully loaded. Is there a way to destroy, then rebuild the gallery? Thanks function flexInit() { $('.flexslider').flexslider({ animation: "slide", controlsContainer: ".paginator", manualControls: 'a', after: function(slider){ if(slider.atEnd =