im having an issue to reinitialize new slides on flexslider after of a callback and 4 slides were swiped/used, it won't work.
There an jsfiddle you may want to check it.
Also notice they implemented new functions are slide.add() and slide.remove() via https://github.com/woothemes/FlexSlider there no further information about these new functions. I had no idea how to use them, then i tried it but it didn't work.
I would need a function like a cycle when you swipe back it restores old slides and removes new slides, then you swipe foward, it removes old slides and add new slides due to DOM memory performance on mobile devices.
Any help or suggestion like iframe, ajax load HTML on this would be really appreciated.
Thank You!
addSlide()
needs two parameters:slider.addSlide(obj, pos)
accepts two parameters, a string/jQuery object and an index. – Banjermasin