0

I'm using the jQuery Cycle plugin and I would like to change updating of pager. Is it possible to update pager not after click but after change of slide?

Bajlo
  • 1,407
  • 2
  • 11
  • 18

1 Answers1

0

There is an event you can change to update the active pager element.

See documentation from plugin site: http://jquery.malsup.com/cycle/pager7.html

Working JsFiddle Example:

http://jsfiddle.net/KWUqj/2/

lucuma
  • 18,247
  • 4
  • 66
  • 91