FlexSlider - 缩略图导航无法正常工作

时间:2017-03-20 14:12:22

标签: javascript jquery flexslider

我安装了最新版本。没有控制台错误,正确的标记,正确的js配置。这该死的东西不会起作用。您可以查看here

jQuery(window).load(function() {
  // The slider being synced must be initialized first
        jQuery('#image_gallery_carousel').flexslider({
        animation: "slide",
        controlNav: false,
        animationLoop: false,
        slideshow: false,
        itemWidth: 210,
        itemMargin: 5,
        asNavFor: '#image_gallery_slider'
      });

      jQuery('#image_gallery_slider').flexslider({
        animation: "slide",
        controlNav: false,
        animationLoop: false,
        slideshow: false,
        sync: "#image_gallery_carousel"
      });
});

0 个答案:

没有答案