[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-03 Thread angel
Hi Mike Alsup, Thanks for helping me out. I've added: script type=text/javascript src=jquery-1.2.6.min.js/script 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

[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: script type=text/javascript src=jquery-1.2.6.min.js/script Still not working, can you please check? Regards, Sultan Arefin

[jQuery] Re: jQuery Cycle Lite Plugin

2008-10-02 Thread Mike Alsup
Thanks for helping me out. I've added: script type=text/javascript src=jquery-1.2.6.min.js/script 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() {

[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: script type=text/javascript src=jquery-1.2.6.js/script script