I have a list of elements in my page which are ordered with tabindex. What I am looking for is how can I emulate that the tab key was pressed so the focus to move on the next element? I am planning to change focus on my elements in a specific time interval i.e. 1sec by using jquery.
Share
Try this:
Edit:
I see you are trying to simulate
TABkeypress notclickmouseclick. This will help you I think: Simulating a tab keypress using JavaScript