jQuery carouFredSel无法处理ajax加载的内容?

时间:2018-08-07 04:31:22

标签: caroufredsel

我的Ajax返回所有带有carouFredSell代码的html, 但这是行不通的。谁能找到解决方案?

    $('#foo3').carouFredSel({
        width: '100%',
        //height: 360,
        items: {
            visible: 4
        },
        prev: '#prev3',
        next: '#next3',
        auto: false,
        scroll: 1,
        mousewheel: true,
        swipe: {
            onMouse: true,
            onTouch: true
        }

    });

0 个答案:

没有答案