I\'m currently using Malsup\'s Cycle plugin . I am just wondering is it possible to have cycle plugin return the index number of the currently displayed slide??
I want
To get the current slide use:
before: function (curr, next, opts) { alert("Current slide " + opts.currSlide); }