Jquery cycle every secon image dispalyed

Jquery cycle every secon image dispalyed

Hi
 
I am using using this plugin with Another Advanced Pager Demo. I have just copied the code in
  1. jQuery(document).ready(
function () {
  • $(
  • '#slideshow' ).cycle({
  • fx:
  • 'fade' ,
  • speed:
  • 'fast' ,
  • timeout: 0,
  • pager:
  • '#nav' ,
  • pagerAnchorBuilder:
  • function (idx, slide) {
  • // return sel string for existing anchor
  • return '#nav li:eq(' + (idx) + ') a' ;
  • }
  • I have four images the first image is displayed clicking on the second creates a fade and displays nothing, clicking on the third image displays the second image and clicking on the last displays nothing
     
     Can someone help me
     
    Thanks
     
    Moris