> also how and where to put in your codes if i have the slides in <div > class="slideshow" id="jQuerySlideshow"> and my script is as follows: > > $(function() { > $('#jQuerySlideshow').cycle({ > fx: 'fade', > speed: 1000 > }); > > });
I don't understand the question. Is the above code not working? Are jQuery and Cycle loaded prior to that code?