I am using the jQuery cycle plugin which is working perfectly.
However, I would like to add some more functionality to the image
gallery I have created. What I would like to do is after an image
fades in, I would like a caption to be display along with the image as
well. I think the easiest way perhaps is display the image's alt or
title? How would I correctly setup the javascript for this?

Thanks!

jQuery(document).ready(function(){
        jQuery('#frame1').cycle({
        fx:'fade',
        speed:'500',
        timeout: 0,
        next:'#next2',
        prev:'#prev2',
        });
        });

Reply via email to