Flex滑块无法在移动设备中使用

时间:2015-02-03 11:55:17

标签: jquery flexslider

我在我的网站中使用flex滑块来显示图像滑块。它在桌面上运行良好。由于flex滑块是响应式滑块,因此无法在移动设备中使用。之前和之后我检查了回调,当我点击导航箭头时,我可以获得回调响应。

        $(window).load(function(){
        $('#carousel').flexslider({
            animation: "slide",
            controlNav: false,
            slideDirection: "horizontal", 
            animationLoop: true,
            slideshow: false,
            itemWidth: 263,
            itemMargin: 35,
            move:1,
            asNavFor: '#slider',
            touch: true,
            after: function(){
                console.log('Navigation arrow clicked');
            }
        });});

0 个答案:

没有答案