第2周期手动滑动按钮

时间:2018-09-29 23:12:35

标签: jquery html slider cycle2

我正在尝试使用Cycle 2,以便通过上一个和下一个按钮完全控制它。我遍历了文档,但似乎不支持ot,因为删除cycle-slideshow类不会使滑块成为手动的。

请有人使它起作用。下面是我的HTML代码。

<div class="col-md-7">  
    <div class="cycle-slideshow" 
            data-cycle-fx=carousel
            data-cycle-timeout=2000
            data-cycle-carousel-visible=2
            data-cycle-caption="#custom-caption"
            data-cycle-caption-template="{{alt}} {{cycleTitle}}">

    <img src="img/boat.jpg"
     data-cycle-title= "Sterling Asset Management & Trustees  provides Portfolio Management , Trust of consortium lending, Mutual  Funds,  management of various securities (equities, fixed income instruments and other securities) and other alternative asset classes (e.g., real estate) in order to meet specified investment objectives for the benefit of the investors
    The company also provide generic fund management services for institutional investors as well " 
    alt="<h1 class=’sourcesans’ style=’font-size:30px;color:#9a2425;font-weight:600;padding-bottom:30px’>Sterling Assets Management & Trustees Limited</h1>"     >

    <img src="img/asset-management.jpg"
     data-cycle-title=
     "Associated Asset Managers Limited (AAML) was licensed in June 2006 as a wholly owned subsidiary of Associated Discount House who recently divested, based on the CBN’s directives We execute trades on behalf of our clients on the floor of The Nigerian Stock Exchange and ensure that their investment objectives are met.
     We are signed on to the FIX protocol of the Nigerian Stock Exchange which allows our clients take charge of the execution of their trades."  
    alt="<h1 class=’sourcesans’ style=’font-size:30px;color:#9a2425;font-weight:600;padding-bottom:30px’>Associated Asset Managers Limited</h1>" >

    <img src="img/Leasing.jpg" 
    data-cycle-title=
    "SAMTL Leasing  Ltd a fully owned subsidiary of SAMTL established to provide  first class, affordable and convenient lease options to individuals and corporate organisations including;
    Fleet and logistics management (operating lease)
    Car Leasing(executive , pool ,buses, Trucks and Equipment)
    Consumer and business lease
    Driver Recruitment & Training:  We recruit and train drivers for both individuals and corporate organizations. We also offer beginner driver training for individuals."  
    alt="<h1 class=’sourcesans’ style=’font-size:30px;color:#9a2425;font-weight:600;padding-bottom:30px’>SAMTL Leasing Limited</h1>" >

    </div>      
</div>

0 个答案:

没有答案