I have problem with tab focus using radio button after select any one of them.
please check this eg. http://jsfiddle.net/muthukumar0705/yGeGr/7/
before selecting any radio button place the cursor on first textbox in eg and click tab.
Tab focus is working fine is move textbox,radio button,textbox radio button.. but when i selected any one of the radio button. the tab focus will is not like above.
what i need is the tab focus alway move like textbox,radio button,textbox,radio button… when i select radio button or not. How should i do this?
You should use tab index
W3C link for tabindex