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
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
> 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
> 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:
...
How can I subscribe it?
Steve
5 matches
Mail list logo