-1
유무의 flexslider :Flexslider 및 JQuery와 UI 충돌
$(window).load(function() {
// The slider being synced must be initialized first
$('#carousel').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 210,
itemMargin: 5,
asNavFor: '#slider'
});
$('#slider').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
sync: "#carousel"
});
});
모든이 크게 작동합니다. 하지만 jquery UI가 포함 된 경우 - 슬라이더가 작동하지 않습니다.
는 DEMO with UI는내가 그것을 어떻게
을 을 고칠 수?