edit - jQuery Cycle with defined pager links -
I created a player using chakras through several promos but I used to specify specific descriptive pager link for each page I want to define 1,2,3, etc.) I know that this should be possible, but I do not know how ... Even when I added elements in the pager divis they are shown But those auto-generated players Thanks in advance for help!
$ (document) .ready (function () {$ ('# promoplayer'). Cycle ({fx: 'fade', speed: 600, timeout: 6000, delay: 1000, Pager: 'Pager'}}}}
For this, Code> pagerAnchorbuilder to create a pager link.
You can return any HTML string from the function, and it gets the current slide, from the first parameter, you can You can create your own structure. >
$ (document) .ready (function () {$ ('# promo Player '). Cycle ({fx:' fade ', speed: 600, timeout: 6000, delay: 1000, pager:' #pager ', // callback fn to use as a pager anchor pager anchor builder Creates thumbnails: Function (IDX, Slide) {Return '
can be seen in a live exam
Comments
Post a Comment