trying to have a "1/10" style counter using cycle
hello
i want to have a counter in my slideshow (that uses cycle plugin)
so if i have a total o 10 pictures and i'm currently viewing the 1st one it would be like : 1/10.
I want this to be updated whenever there is a manual or an automatic change of picture.
I thought of counting the img elemetns, (for the total number), and to advance or retract a counter inside the prevNextClick callback function handler. The problem is that this callback is only fired when there is a click but not if the picture changes due to the timer (automatically).
So is there a nice way to achive this?
thanks in advance