Link to home
Start Free TrialLog in
Avatar of freestate
freestate

asked on

Jquery: prev/next buttons for innerfade plugin

I'm using the innerfade Jquery plugin to cycle through some images on my site.

(http://medienfreunde.com/lab/innerfade/)

I'd like to allow the user to be able to skip to the next image, or rewind to the previous one by adding appropriate buttons to page - does anyone know if this is possible?

Assuming my buttons are:

<a href="#" id="prev">Prev</a> | <a href="#" id="next">Next</a>

what do I need to add to my document ready script to enable this?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of freestate
freestate

ASKER

Thanks - that puts me in the right direction.