I have a list of elements on my page that are ordered using tabindex. I'm looking for how I can emulate that the tab key has been pressed so that focus moves through the next item? I plan to focus on my elements in a specific time interval, i.e. 1 sec using jquery.
source
share