Jssor Slider: How to target specific slide with text/image link?

前端 未结 1 991
眼角桃花
眼角桃花 2020-12-21 04:16

Can anyone tell me how to target a particular slide using a simple text/image link?

Specifically, I am using the Jssor Slider Cluster (http://www.jssor.com/demos/sli

相关标签:
1条回答
  • 2020-12-21 04:51

    There are 2 ways,

    1. use api call to play to specified slide.

    jssor_slider1.$PlayTo(2);
    //or
    jssor_slider1.$GoTo(2);
    

    2. customize thumbnail navigator with your own format.

    Please see 12 thumbnail navigator skins in the package. Note that you can compose your thumbnail in any format (html, text, image or combination)

    0 讨论(0)
提交回复
热议问题