我的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
}
});