I am still trying to use the click event to function as a link that goes to a slide within supersized slideshow. Is it senseless? Please, if anyone has a hint of an idea i'd love to read about it.
I am trying to use the .click function referenced for supersized slideshow.
api.goTo
$(element).click(function(){
api.goTo(5);
});
The function would work within the page, but how would i link from an external page? I have a page filled with thumbnails and am trying to link each thumbnail to the corresponding slide on the slideshow page. Not sure if this is even possible. Does anyone have experience with this?
Any help would be greatly appreciated!