> Ok so I tried what you said but still no change.
>
> I am new to jQuery so please excuse my ignorance in the questions
> below.
>
> I am not sure what exactly this line does:
> onAfter.apply($('a:first')[0]);

That line isn't needed.  The anchor demo was written before I added
synthetic events for the first image in the plugin.  The point was to
invoke the callback for the first image before any transition had
occurred. But, as I said, it's no longer necessary.  I pasted your
code into the following page, (swapping out the images), and it seems
to be working fine.  If you're still having trouble can you post a
link to your test page (or send it to me directly).

http://www.malsup.com/jquery/cycle/test/egil.html

Mike

Reply via email to