> I'm trying to get Cycle to work with Kwicks, actually just trying to
> get it to work on this page:
> <http://tinyurl.com/c33e28>
> I've got the cycle working on its own but not within this page.

Replace this:

$(function() {
    // run the code in the markup!
    $('#demos pre code').each(function() {
        eval($(this).text());
    });
});


with this:

$(function() {
    $('#s1').cycle('fade');
});

Reply via email to