Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript AnythingSlider – Appending Forward and Back Buttons (half working) Re: AnythingSlider – Appending Forward and Back Buttons (half working)

#115281
Paesano2000
Participant

There is a function in the plugin that advances the slides forward or backward which is tied into the default arrow buttons that are generated.

I want to take that functionality and apply it to an event (click, hover, etc.) on any other element I wish, instead of having to use _appendForwardTo_, which generates its own HTML elements. With this I can also tie in some other events to happen when the user advances the slider forward.

Understand what I’m getting at?