can anyone know stop and restating slideshow created using jquery. the following code makes problem while random selection.
$('#left_actual').cycle('stop'); //slide show 1
$('#right_col').cycle('stop'); //slide show 2
$('#left_actual').cycle({ fx: 'all',
timeout: 6010,
startingSlide:slide_no // changing slide no
});
$('#right_col').cycle({ fx:'scrollRight',
timeout: 6000,
startingSlide:slide_no, // changing slide no
before:button_chg
});
find the code here