Re: [jQuery] making images cycle with clueTip

2009-11-09 Thread Scott Sauyet

Jack wrote:

Hello, is it possible to use clueTip to cycle images. I used jcycle to
make a slide show based on images in an html page. That works fine.
Now I would like these images to appear in a clueTip. I tried the
clueTip feature that allows you to include a web page  so I included
the web that uses jcycle with the images but it does not work.


As a guess, and without going back to look at clueTip's implementation, 
have you forgotten to initialize the slide show after the clueTip's html 
loads?  Something like this (entirely untested) code?:


$("selector").clueTip({onShow: success: function(data, status) {
$(cycleDiv, selector).cycle();
}});

Good luck,

 -- Scott


Re: [jQuery] making images cycle with clueTip

2009-11-09 Thread Karl Swedberg
I'm not sure I follow what you're trying to do. Do you have a test  
page that shows what you've done so far?


--Karl


Karl Swedberg
www.englishrules.com
www.learningjquery.com




On Nov 5, 2009, at 3:37 PM, Jack wrote:


Hello, is it possible to use clueTip to cycle images. I used jcycle to
make a slide show based on images in an html page. That works fine.
Now I would like these images to appear in a clueTip. I tried the
clueTip feature that allows you to include a web page  so I included
the web that uses jcycle with the images but it does not work.

Thanks.

Jacques




[jQuery] making images cycle with clueTip

2009-11-05 Thread Jack
Hello, is it possible to use clueTip to cycle images. I used jcycle to
make a slide show based on images in an html page. That works fine.
Now I would like these images to appear in a clueTip. I tried the
clueTip feature that allows you to include a web page  so I included
the web that uses jcycle with the images but it does not work.

Thanks.

Jacques