I got it to work, thank you guys, as you can see here (wait a few
seconds for the fade to occur).

http://www.whatbird.com/wwwroot/Components/cycle%20demo.html

However I cant get the special effects to work. For example this link,
which uses

 $('#birds').cycle( {fx: 'scrollDown'} );

should do a scroll down:

http://www.whatbird.com/wwwroot/Components/cycle%20demo2.html

Instead nothing happens. And Firebug says there are no style rules,
but the rules are there as you can see.

Thanks for your help


On Aug 20, 10:37 pm, "Aaron Heimlich" <[EMAIL PROTECTED]>
wrote:
> Firebug sez:
>
> missing } after function 
> bodyhttp://www.whatbird.com/wwwroot/Components/Cycle%20Demo.html
> Line 16
>
> I think that code should be:
>
> $(document).ready(function(){    $('#birds').click(function() {
>         $('#birds').cycle('fade');
>     });
>
> });
>
> Instead of
>
> $(document).ready(function(){    $('#birds').click(function() {
>         $('#birds').cycle('fade');
>
> });
>
> On 8/21/07, Mitch <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> > Im having a heck of a time getting the Cycle plugin to work.
>
> > Cycle is athttp://www.malsup.com/jquery/cycle/and appears to be the
> > best slide show out there.
>
> > Here is my incredibly simple jQuery program:
>
> >http://www.whatbird.com/wwwroot/Components/Cycle%20Demo.html
>
> > Can anyone see what I have missed?
>
> > Thanks
>
> > Mitch
>
> --
> Aaron Heimlich
> Web Developer
> [EMAIL PROTECTED]://aheimlich.freepgs.com- Hide quoted text -
>
> - Show quoted text -

Reply via email to