Forums

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

Home Forums CSS focus in anythingSlider Re: focus in anythingSlider

#93840
Mottie
Member

Hi Guswah!

Don’t include any scripts inside of the slider, unless it is inline scripting. i.e., don’t use <script> tags inside the panels especially if it has a “document.write”. But something like this is okay:

email me

To focus on the input inside of the slider, use the “onComplete” callback function. Check the slide number and if it matches, add focus to the input.

If you need examples, I’ll make some for you in the morning.