Skip to content
Advertisement

How to set focus int o next tab using tab key?

I want to create functionality when user use tab key for moving in to next tab. Every tab contains some text boxes. When user in last text box of tab 1 when it press the tab key, it will go into next text box of tab2. I am creating tab using plain HTML css and jQuery. I am not using tab functionality of jQuery UI but it is latest jQuery. The below is my HTML. I am creating tab using ul and li. How I move into next li when my tab in first text box. The tabs contains like dropdown, checkboxes, textboxes.

Note : I am not using tabindex due to some issue. I want to create using jQuery)

JavaScript

script

JavaScript

css

JavaScript

Advertisement

Answer

Pls have a look http://aeonit.name/RND/blur_hover_detect_tabs/ or http://mraje.in/mraje/rnd/blur_hover_detect_tabs/

I have done something like this.. You may help this…

Advertisement