Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There are a number of things here.</p> <p>Firstly, you can specify where the paging options are displayed using the 'pager' option passed to cycle - $('#myelement').cycle({pager: '#mypagerdiv'}). This will allow you to find them in jQuery later ($('#mypagerdiv a'), for example).</p> <p>Secondly, there are a multitude of callbacks available for cycle, which can be found in the options object documentation here: <a href="http://jquery.malsup.com/cycle/options.html" rel="nofollow">http://jquery.malsup.com/cycle/options.html</a></p> <p>You are probably most likely to be interested in the following: pagerAnchorBuilder</p> <p>You would use it as follows: $('#mycyclediv').cycle({ pagerAnchorBuilder: %yourfunction%})</p> <p>Using this, you can build your own pager controls, and a small selection of examples of how to do this can be found on the jQuery cycle website:</p> <p>jquery.malsup.com/cycle/pager2.html</p> <p>jquery.malsup.com/cycle/pager3.html</p> <p>jquery.malsup.com/cycle/pager7.html</p> <p>jquery.malsup.com/cycle/pager11.html</p> <p>This should allow for the functionality you need.</p> <p>However, if you wish to change these dynamic images when slides are changed, then you can make use of the 'before' and 'after' callbacks, which are triggered before and after a slide transition occurs, respectively.</p> <p>If you have any further questions, don't hesitate to get in touch, although I've found that the jQuery cycle documentation is quite extensive, and the "Intermediate demo 2" should give you a helpful nudge in the right direction re callbacks.</p> <p>(I'm a new user here, so can't post more than one hyperlink, so sorry for above URLs)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload