Hi Mike, I created slide-show and want to use the pager with auto-transition. So the images will transition, but the user will also have the option to click on a different images. For some reason, when the slideshow works in a auto mode, the "activeSlide" class doesn't update and changes to the active pager. The class appears only on one image pager, and when the image transition, the class is gone, not moving to the next pager. here is my code:
$(function() { $('#slide_wrraper').before('<div id="nav">').cycle({ fx: 'fade', speed: '2500', timeout: 3500, pager: '#nav' }); }); Any idea why it happens? Thanks, Mor