I’m working with this sample image slide page and was wondering if anyone could help. It has the links on the top, but I’m looking to put the links on the sides.
http://jquery.malsup.com/cycle/pager11.html
I know this might be a trivial and newbie question so forgive me as I recently started learning web technologies.
Thank you for your help.
You can instruct the Cycle plugin to construct the Prev, Next and Pager controls in any DOM element by passing selectors to the prev, next and pager arguments in the cycle() method. Here’s a very basic example:
Full documentation on the plugins options can be found at http://jquery.malsup.com/cycle/options.html.