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


can tell me how target particular slide using simple text/image link?

specifically, using jssor slider cluster (http://www.jssor.com/demos/slider-cluster.html).

currently slides can navigated using bullet navigator , arrow navigator in standard dimension and/or spaced equally apart. attempting create own links have different sizes/lengths.

thank in advance.

there 2 ways,

1. use api call play specified slide.

jssor_slider1.$playto(2); //or jssor_slider1.$goto(2); 

2. customize thumbnail navigator own format.

please see 12 thumbnail navigator skins in package. note can compose thumbnail in format (html, text, image or combination)


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -