[cycle] destroy command doesn't show back all images
Hi all!
By default I have on my page list of images. All of them are shown to user. I'd like to run and to stop Jquery.cycle when user click one or another local link. No problem to run. User presses the link, all images except first one disappears and slideshow begins. Perfect!
But there is problem to stop. Under word 'stop' I mean complete destroy of cycle.plugin effect. Right behaviour is to stop sliding and show all images in the list again. $( '.slideshow' ).cycle( 'destroy' ) sadfully just stops sliding but don't show all images in the previous list.
As I could find via Google Cycle plugin doesn't do any manipulations to DOM, but even $( '*' ).show() - doesn't help. Only first image shows. Others are still hidden. I am not sure if they are in DOM at all.
I found only solution to reload the page on 'stop' pressed. But I guess this is not beautiful solution.
Help me please. What do I do wrong?