I am looking for the javacript function to start the slideshow by clicking on a specific link on my page. The only way to start the slideshow with the default settings is to click on one of the pictures.
I tried to play with the #fullscreenSlideshowContainer events with no success...
jQuery(document).ready(function(){
jQuery('a#slideshow').click(function() {
$container = jQuery('#fullscreenSlideshowContainer');
$container.show();
return false;
});
});
Thank you,
Nikolaii.
I am looking for the javacript function to start the slideshow by clicking on a specific link on my page. The only way to start the slideshow with the default settings is to click on one of the pictures.
I tried to play with the #fullscreenSlideshowContainer events with no success...
jQuery(document).ready(function(){
});
Thank you,
Nikolaii.