| pieter |
|
|---|---|
|
I want to use the Manual and Auto Advance.
On http://jquery.malsup.com/cycle/int2.html But they give me this code: $('#s3').cycle({
fx: 'fade',
speed: 300,
timeout: 3000,
next: '#s3',
pause: 1
});
Where do I put this? This is on now: <!-- initialize the slideshow when the DOM is ready -->
<script type="text/javascript">
$(document).ready(function() {
$('.slideshow').cycle({
fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
});
});
</script>
I change the fx: fade with the code above, but it didn't do anything. I added the code and it did't do anything. I don't know what to do. ... can we help you ...
|