Hello,

I want to grab content from another page and then using Jquery Cycle,
fade it in and out slowly.  The content is a bunch of <div>'s inside
of the div with id $events_banner.

The problem is that, although cycle seems to be working as I can see
it changing the Z-index and opacity of the divs in firebug.
Basically, the content area remains white.  If I take off the
callback, it loads in the content perfectly, and without cycling, of
course.



$(document).ready(
 function(){
$("#events_banner").load("foo.html", function(){ $(this).cycle()} );

  });

jquery-1.2.6.min.js
jquery.cycle.all.min.js  (latest as far as I know)

Anyone have any ideas?

Thanks in advance,

Reply via email to