I have recently adapted a jQuery Slideshow and I'm 99.2% happy with it - oh yes :)
I just wonder, how easy is it to add a 'back' button to return to the previous slide?
DEMO: http://jsfiddle.net/Qu3NK/13/
As an example, when the Slideshow loads, I'd like to click the phrase 'Text' and then click 'BACK' to return to the previous slide (the one with 'Text' on it).
Can someone explain how I achieve this?
I'm currently navigating to another "slide" by using this in my JS:
"firstline" : "<div class=\"navigator\" id=\"navigator-2\">Text</div>",
It doesn't even have to go "back" - so long as clicking 'Back' navigates to 1 specific image, it'll be fine :)
Many thanks for any pointers with this :)
Please ignore the red hyperlinks. Thanks for any pointers. – michaelmcgurk Oct 30 '12 at 11:13