Hi all,

I'm looking for a bit of help here, because I'm stuck with a problem
that I just can't think yet how to solve.

I'm in the process of developing an interactive presentation using
jQuery. I've got the first part working, but now I've run into an
issue, which is going to hold up development somewhat until I can
solve it.

The basic issue I'm running into is this: I'm loading the individual
screens of my presentation with $("#main").load() - but the carousel
plugin doesn't work when I do this. It just doesn't animate at all,
probably because the example code which I've modified to make it work
tries to use window.onload to get the carousel moving. I've tried
converting this to $(document).ready() and even $(window).load() but
neither has had any success.

Is it possible to make the carousel work when it's being loaded into a
div via Ajax?

Reply via email to