[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread HM-User
Thanks so much! It worked. I'm sure if someone else needs this, they will sure be happy to find your answer. On Feb 19, 5:10 am, Mike Alsup wrote: > > alt ="" > > title="" /> > > Prev Next > > > and I assign each image's alt and/or title, how can I evoke them as > > captions below each image aft

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread Mike Alsup
> alt ="" > title="" /> > Prev Next > > and I assign each image's alt and/or title, how can I evoke them as > captions below each image after clicking prev/next? Hmm, should be pretty easy for that setup. Assuming you have a #caption element somewhere: $('#frame1').cycle({ prev: '#prev'

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread HM-User
After looking at the example, I'm afraid I don't know how to work out what I need to define for the functionality that I need, as I've looked at the Intermediate Section also. If I have this: alt ="" title="" /> Prev Next and I assign each image's alt and/or title, how can I evoke them as captio

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread HM-User
Oh that's great Mike thanks for helping me! I think with the script loading, I've streamlined it and so now I've linked everything which can either be linked js files or external CSS files. So hopefully that will do the trick. It seems to have work with things I have done just now. Can you explai

[jQuery] Re: Creating callbacks using Cycle plugin

2009-02-18 Thread Mike Alsup
> Currently, I have implemented a small image gallery using the jQuery > Cycle plugin. It's working perfectly but I would also like to add > callbacks. How do I successfully do this? I currently have: > > jQuery(document).ready(function(){ >         jQuery('#frame1').cycle({ >         fx:'fade', >