[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-03 Thread angel
Hi Mike, Finally, it's working! Thanks :) Regards, Sultan Arefin On Oct 3, 1:29 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > Thanks for helping me out. I've added: > > > > > Still not working, can you please check? > > > Regards, > > Sultan Arefin > > Hi Sultan, > > You need to change this li

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-03 Thread angel
Hi Mike Alsup, Thanks for helping me out. I've added: Still not working, can you please check? Regards, Sultan Arefin On Oct 2, 6:26 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I've spent hours but couldn't make it work. I don't know what I'm > > missing. Can you please checkhttp://www.chor

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-02 Thread Mike Alsup
> Thanks for helping me out. I've added: > > > Still not working, can you please check? > > Regards, > Sultan Arefin Hi Sultan, You need to change this line: $('#slideshow1').cycle(); to this: $(document).ready(function() { $('#slideshow1').cycle(); }); Here's an explanation: http://do

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-01 Thread Mike Alsup
> I've spent hours but couldn't make it work. I don't know what I'm > missing. Can you please checkhttp://www.chorka.com/jquery/jquery.html > and comment? You forgot to include jQuery. You need to include it before cycle: ...

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-01 Thread Steve Schnable
How can I subscribe it? Steve