How to destroy/remove/unbind a Flexslider

后端 未结 4 1081
攒了一身酷
攒了一身酷 2021-01-02 07:21

There are a few discussions on the github page regarding the destroy method, and a couple questions on stack, but there hasn\'t been a straightforward answer or solution yet

4条回答
  •  一生所求
    2021-01-02 07:50

    For me, I found this solution :

    $('.logo-carousel').flexslider({
       move : 0
    });
    

提交回复
热议问题